Search found 2 matches
- Sat Oct 09, 2021 9:40 am
- Forum: ESP-IDF 中文讨论版
- Topic: 使用ethernetLan8720进行以太网,运行两天,报内存问题
- Replies: 2
- Views: 2765
Re: 使用ethernetLan8720进行以太网,运行两天,报内存问题
希望遇到过这类问题的大神,或者esp32技术支持能给出解决方法!!!!!
- Sat Oct 09, 2021 1:31 am
- Forum: ESP-IDF 中文讨论版
- Topic: 使用ethernetLan8720进行以太网,运行两天,报内存问题
- Replies: 2
- Views: 2765
使用ethernetLan8720进行以太网,运行两天,报内存问题
void EtherneTaskStart(void) { // sem_tcp_ok = xSemaphoreCreateBinary(); esp_netif_config_t cfg = ESP_NETIF_DEFAULT_ETH(); esp_netif_t *eth_netif = esp_netif_new(&cfg); // Set default handlers to process TCP/IP stuffs ESP_ERROR_CHECK(esp_eth_set_default_handlers(eth_netif)); // Register user defined ...