Skip to main content
Associate II
August 5, 2025
Question

TouchGfx and LWIP Implemention on STM32H750DK

  • August 5, 2025
  • 17 replies
  • 981 views

Hey Team,

I want to make LWIP and TouchGfx to work together for our next product. I have taken reference from here:

https://community.st.com/t5/stm32-mcus/how-to-create-a-project-for-stm32h7-with-ethernet-and-lwip-stack/ta-p/49308

1. Touchgfx is working as expected

2. I am not able to ping using etherenet. I am not sure the issue here.

Please let me know what needs to be done here.

 

Thanks.

(Reposting this question as my previous post closed by mistake)

This topic has been closed for replies.

17 replies

Associate II
August 5, 2025

Hey Team,

   I want to make LWIP and TouchGfx to work together for our next product. I have taken reference from here:

https://community.st.com/t5/stm32-mcus/how-to-create-a-project-for-stm32h7-with-ethernet-and-lwip-stack/ta-p/49308

1. Touchgfx is working as expected

2. I am not able to ping using etherenet. I am not sure the issue here. 

Please let me know what needs to be done here.

 

Thanks 

jumman_JHINGA
Senior III
August 5, 2025

@PushparajAdka  does  you board supports Ethernet MII interface? if not then try RMII interface, and double check your CubeMx Pin mapping with yours board data sheet/ schematic.

if your board supports MII then check this ioc file. i have made some changes in yours ioc file.