Skip to main content
Graduate
November 27, 2022
Question

STM32H743 Ethernet issue

  • November 27, 2022
  • 3 replies
  • 1769 views

Got a problem with ethernet on my custom board with STM32H743BIT and DP83848 PHY

everything 'seems' to work, but I see no outgoing traffic from my board on wireshark.

Rx working though, screenshots attached.

I read an article

https://community.st.com/s/article/FAQ-Ethernet-not-working-on-STM32H7x3

but it didnt help.

Some clues anybody?0693W00000WJZBtQAP.png0693W00000WJZBoQAP.png

    This topic has been closed for replies.

    3 replies

    Technical Moderator
    December 4, 2022

    Hello @AlexSmart​,

    Did you try the latest release of STM32CubeH7 (version 1.11.0)?

    Please check this post: How to make Ethernet and lwIP working on STM32, it may help you as contains the most Ethernet issues that are already fixed or follow-up action is ongoing.

    Imen

    Graduate II
    December 4, 2022

    If just the Tx is not working, it could be this issue:

    https://community.st.com/s/question/0D53W00001oImr4SAC/bug-stm32-lwip-ethernet-driver-tx-deadlock

    Or anything from my other topic, to which Imen gave the link already...

    AlexSmartAuthor
    Graduate
    December 12, 2022

    Well, it might be it. I switched to Oryx Cyclone stack and it works perfectly