cancel
Showing results for 
Search instead for 
Did you mean: 

Ethernet using NetXDuo on nucleo-h753zi

mo_krauti
Associate II

I managed to create a working example ethernet NetXDuo project for the nucleo-h753zi board based of this guide:

https://community.st.com/t5/stm32-mcus/creating-a-dual-ipv6-amp-ipv4-netxduo-udp-application-for/ta-p/570521

See my repository here:

https://github.com/mo-krauti/nucleo-h753zi-ethernet-netxduo

This only works by adding a delay before starting NetXDuo. Why could that be? I also could not find any link mentioning this online? Generally I think setting up the Ethernet Controller on H7 is quite hard compared to the F7 series.

1 REPLY 1

See: https://community.st.com/t5/stm32-mcus-embedded-software/basic-udp-echo-server-works-in-debug-but-not-run-mode-nucleo/m-p/787083/highlight/true#M61552 ?

 

Do you also find that it starts OK when running under the debugger?

https://community.st.com/t5/stm32-mcus-embedded-software/processor-stuck-if-i-run-code-without-debugger/m-p/802107#M63384

 

A complex system that works is invariably found to have evolved from a simple system that worked.
A complex system designed from scratch never works and cannot be patched up to make it work.