2024-01-05 05:35 AM
Greetings !
I am very new to Controllers , I need to enable and ping the Ethernet on STM32F756G-Eval Board .
Can anyone kindly suggest me with the steps/procedure to enable Ethernet in STM CubeIDE so that I can ping from my PC.
Thanks
2024-01-05 05:39 AM - edited 2024-01-05 05:41 AM
Hello,
Which example you've already used for this manipulation?
In any case you can start with this example from STM32CubeF7 package: https://github.com/STMicroelectronics/STM32CubeF7/tree/master/Projects/STM32756G_EVAL/Applications/LwIP/LwIP_HTTP_Server_Netconn_RTOS
2024-01-08 11:02 PM
Hi,
I tried this example also could you, pls tell me how to configure the Ethernet, cortex m7(MPU) configuration and lwip in stm32cubeIDE.