Resolved! STM32H745ZITx FreeRTOS + LwIP TCP Server accept() Issue
Hello,I am working on the STM32H745ZITx platform and using both CM7 and CM4 cores with FreeRTOS. I am trying to run a TCP server on the CM7 core using LwIP.However, when I call the accept() function, the system seems to hang. Specifically, after acce...