cancel
Showing results for 
Search instead for 
Did you mean: 

Enable and Ping Ethernet on STM32F769 Discovery Board

PG.9
Associate III

Greetings !

I am very new to Controllers , I need to enable and ping the Ethernet on STM32F769 .

Can anyone kindly suggest me with the steps/procedure to enable Ethernet in STM CubeIDE so that I can ping from my Local Machine.

Thanks

1 ACCEPTED SOLUTION

Accepted Solutions
Pavel A.
Evangelist III

This unfortunately is more complicated that one could suppose.

Please try to start from one of ready examples, make one of these run on your board.

Check only the functionality that you want (assignment of static IP address or DHCP and ping).

Would be wonderful if you can run the tests on a isolated private network and use wireshark.

https://github.com/STMicroelectronics/STM32CubeF7/tree/master/Projects/STM32F769I-Discovery/Applications/LwIP

https://github.com/STMicroelectronics/STM32CubeF7/tree/master/Projects/STM32F769I-Discovery/Applications/mbedTLS

View solution in original post

2 REPLIES 2
Pavel A.
Evangelist III

This unfortunately is more complicated that one could suppose.

Please try to start from one of ready examples, make one of these run on your board.

Check only the functionality that you want (assignment of static IP address or DHCP and ping).

Would be wonderful if you can run the tests on a isolated private network and use wireshark.

https://github.com/STMicroelectronics/STM32CubeF7/tree/master/Projects/STM32F769I-Discovery/Applications/LwIP

https://github.com/STMicroelectronics/STM32CubeF7/tree/master/Projects/STM32F769I-Discovery/Applications/mbedTLS

PG.9
Associate III

@Pavel A.​  Thanks for the suggestions !

Thanks