2025-10-04 9:05 PM
I am having issues with Ethernet+LwIP+FreeRTOS on the NUCLEO-H7S3L8. I was able to get Ethernet+LwIP to work on baremetal, but adding the RTOS and threading is having issues. I have attempted to follow the process here, but am still having issues. I pulled the reference projects here, and attempted to merge the `ETH_CODE` code blocks over. Still, the NUCLEO-H7S3L8 doesn't respond to my pings. However, I am able to run the reference projects on a NUCLEO-H753 without an issue. Note that I have disabled the MPU and Data cache for the time being.
My IOC and STM32CubeIDE project are attached. Does anyone have similar issues with the latest CubeMX/CubeIDE?