2023-01-08 11:44 PM
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
Solved! Go to Solution.
2023-01-09 01:16 AM
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.
2023-01-09 01:16 AM
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.
2023-01-19 11:34 PM
@Pavel A. Thanks for the suggestions !
Thanks