No eth.c/eth.h generated by stm32cubeide for STM32H723.
using STM32CubeIDE, the ETH and LWIP are enabled, but no init file eth.c generated.
The main.c includes MX_LWIP_Init(), but not MX_ETH_Init().
Is it right?
Thanks.
JYI
using STM32CubeIDE, the ETH and LWIP are enabled, but no init file eth.c generated.
The main.c includes MX_LWIP_Init(), but not MX_ETH_Init().
Is it right?
Thanks.
JYI
Hi,
Yes, when enabling ETH & LwIP; MX_ETH_Init is not generated and the IP initialization is done under low_level_init function in ethernetif.c file.
And when enabling ETH without enabling LwIP, MX_ETH_Init function and eth.c file are generated.
Thank you for your feedback.
Regards
Mahdy
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.