2022-10-21 03:00 AM
Hello community, I'm using
Software:
-STM32CubeIDE v1.10.1-
-STM32Cube FW_F4 V1.27.1
Hardware:
-STM32F4Discovery
-PHY DP83848
-RJ45
I want to implement the Ethernet peripheral in the STM32F407 mcu with RMI mode without RTOS (via polling mode), and I used stm32Cubeide to create the Ethernet project; I just want to ping the board and go from there, but I can't get it to work. I noticed that after many resets of the mcu, the communication can work and I am able to ping. I think that there is a memory issue with the initialization of the LWIP stack. Can anyone give me some solutions to this problem?