cancel
Showing results for 
Search instead for 
Did you mean: 

Assistance with LAN LWIP Configuration on STM32H7S7DK Development Board (RMII)

VijayKushwah
Associate

 

Hi ST Community,

I am currently working with the STM32H7S7DK development board and am configuring the LAN LWIP stack using RMII for Ethernet communication. However, when I run the code, the system encounters a HardFault.

I am using STM32CubeMX for code configuration and STM32CubeIDE as the debugging environment. I would appreciate any assistance or guidance regarding this issue. If anyone has a basic project setup for configuring LAN LWIP with RMII on the STM32H7S7DK, it would be extremely helpful if you could share it with me. This would allow me to better understand what might be causing the HardFault.

Thank you in advance for your help!

Best regards,

Vijay Kushwah
vijaykushwah1112@gmail.com

Edited by ST moderator: moved to the right destination

1 REPLY 1
Imen.D
ST Employee

Hello @VijayKushwah ,

I recommend you to follow the LWIP example projects provided in the STM32CubeH7RS firmware package:

STM32CubeH7RS/Projects/STM32H7S78-DK/Applications/LwIP/LwIP_TFTP_Server at main · STMicroelectronics/STM32CubeH7RS · GitHub

This article may help you: How to create a project for STM32H7 with Ethernet ... - STMicroelectronics Community

When your question is answered, please close this topic by clicking "Accept as Solution".
Thanks
Imen