Skip to main content
mbarg.1
Senior III
May 1, 2021
Solved

STM32H07 - where can I find a CubeMX project with working LwIP ethernet? Preferred H753ZI or any other with RMII interface

  • May 1, 2021
  • 1 reply
  • 966 views

All sample programs in STM32Cube_FW_H7_V1.9.0 are without CubeMX config file (.ioc).

Configuring from scratch my nucleo-H753ZI with CobeMX (latest version) and moving sample software does not work, like CubeMX setting something wrong

This topic has been closed for replies.
Best answer by Pavel A.

A simple LwIP & UDP project for Nucleo H743ZI is here; at end of the thread:

https://community.st.com/s/question/0D50X0000BK91UeSQJ/h7-udp-example

It should work with H753Zi. However it is not CubeMX. No .ioc file. You can bring your own.

Good luck.

-- pa

1 reply

Pavel A.
Pavel A.Best answer
May 3, 2021

A simple LwIP & UDP project for Nucleo H743ZI is here; at end of the thread:

https://community.st.com/s/question/0D50X0000BK91UeSQJ/h7-udp-example

It should work with H753Zi. However it is not CubeMX. No .ioc file. You can bring your own.

Good luck.

-- pa