Skip to main content
Explorer II
May 14, 2025
Question

NetXDuo Ethernet on nucleo-h753zi only works with delay

  • May 14, 2025
  • 3 replies
  • 702 views

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.

    This topic has been closed for replies.

    3 replies

    Super User
    May 15, 2025

    Specifically, take a look at the two posts by @Guillaume K in this thread:

    https://community.st.com/t5/stm32-mcus-embedded-software/stm32f767-lwip-tcp-client/m-p/778561

    @mo_krauti - do they address your issue?

    mo_krautiAuthor
    Explorer II
    May 20, 2025

    I mean it works now, but this does not explain why the delay is needed and is not documented anywhere.

    Super User
    May 20, 2025

    @mo_krauti wrote:

    but this does not explain why the delay is needed 


    The posts I mentioned suggest some possible reasons - so worth checking out ...