LWIP with STM32F769
I want to use the ETH port to communicate with other devices. I started by creating a project in CubeMX for the STM2F769I-Disc board.
I simply added the LWIP and the ETH port (as RMII) and set a specific IP address (which was not already taken by any other device, my pc included).
I'm using IAR to comile the project and everything is fine: I also added in the while(1) the function MX_LWIP_Process();
My problem is that I don't reach the board at its specific address when I ping it.
Where am I going wrong?
Thank you!
#stm32f7 #lwip #eth