2025-06-18 8:15 AM
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 accept() is called, none of the tasks on the CM7 core continue to run — it appears as if the RTOS scheduler has crashed or is blocked.
I have reviewed the example from this repository:
and followed the STM32H745_Nucleo_M7_ETH project structure closely.
Do you have any suggestions or guidance on what else I should check? Could this be related to interrupt priority, improper memory configuration, or something else I may have overlooked?
I would appreciate any help or insights you can provide.
Best regards,
Kemal UZGOREN