Question
STM32F407, LwIP, FreeRTOS socket - connect infinite loop in vPortRaiseBASEPRI
Posted on July 20, 2017 at 12:30
Hello everyone,
Testing LwIP + FreeRTOS on my devboard.
Everything configured by CubeMX.
each time I use 'connect' function I ends up in infinite loop inside vPortRaiseBASEPRI
I have strong feeling that has some correlation with interrupt priorities.
Additional information:
Ethernet - use RMII interface
SYS clocked from Timer 14...
Socket crated from main thread.
Thanks in advance
#freertos #stm32f407 #lwip