Skip to main content
Associate
October 29, 2024
Question

Regarding Ethernet Implementation in STM32H757 eval board

  • October 29, 2024
  • 1 reply
  • 1478 views

Hi,

I have STM32H757i eval board, for which I need to implement ethernet TCP/IP protocol.
In order to do this, Ping "IP address", itself isn't happening.

I'm attaching the Screenshot for the same.

Kindly let me know, if there are any changes to be made in configuration in the .ioc of STM32 Cube IDE.

 

GuruKiran_0-1730207019708.png

 

GuruKiran_1-1730207077695.pngGuruKiran_2-1730207105876.png

 

Thanks in advance

 

 

1 reply

mƎALLEm
Technical Moderator
October 29, 2024

Hello @GuruKiran and welcome to the community,

This article can help you.

"To give better visibility on the answered topics, please click on ""Accept as Solution"" on the reply which solved your issue or answered your question."
GuruKiranAuthor
Associate
October 30, 2024

Hi

We tried that solution, but it isn't working, but our STM32H757 eval board has RMII config instead of MII.
Kindly provide some other solution regarding the ethernet configuration for the abovementioned board.

Thanks in advance.

Regards,

Gurukiran MB

mƎALLEm
Technical Moderator
October 30, 2024

Try to inspire from LWIP examples provided in STM32H7 Cube for STM32H743-Eval: https://github.com/STMicroelectronics/STM32CubeH7/tree/master/Projects/STM32H743I-EVAL/Applications/LwIP

"To give better visibility on the answered topics, please click on ""Accept as Solution"" on the reply which solved your issue or answered your question."