I'm using i.MX RT1060 board. SDK version 2.16.
Ethernet PHY: ksz808
I'm using TCP mode to communicate with Ethernet using the LWIP stack.
Scenario:
As soon as the Ethernet/LWIP stack is initialized, xTaskCreate(rx_task, "lwip_rx", ETH_RX_TASK_STACK_SIZE, NULL, ETH_RX_TASK_PRIO, ðernetif_rx_task); will be created in the background.
After establishing a socket, while running either the tcp_connect_thread or tcp_listen_thread, the aforementioned assert will be generated approximately 3 out of 5 times.