2025-08-05 12:36 AM
Hey Team,
I want to make LWIP and TouchGfx to work together for our next product. I have taken reference from here:
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
2025-08-05 1:27 AM
@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.
2025-08-05 1:47 AM
Hello @PushparajAdka ,
Did you try the example from the STM32H7-LwIP-Examples repository for the STM32H750 Discovery Ethernet? You can find it here:
https://github.com/stm32-hotspot/STM32H7-LwIP-Examples/tree/main/STM32H750_Disco_ETH
Br
2025-08-05 2:05 AM
2025-08-05 2:16 AM
I am not able to share the entire project due to size issues. Let me know if you want to verify any certain configuration.
2025-08-05 2:29 AM
The given examples are separate code and they do work. But my issue is combined code with touchgfx.