LWIP Free RTOS Problem
Hi.
I have a problem while using lwip and freertos.
The board is based on stm32h743vih.
The mpu configuration is done correctly i think.
My problem is after i start udp server and start to send data with udp, everything is ok, but after a while i will enter a loop in xQueueSemaphoreTake an in the configASSERT( pxQueue->uxItemSize == 0 ).
I searched a lot and i saw this:
https://community.st.com/t5/stm32cubemx-mcus/cubemx-lwip-ethernet-link-thread-bug/m-p/126556
I did what it said but this time when it happens im not in the loop but the other tasks get very slow and actually a task with osdelay(1) is executing every 1 second.
What should i do?
