2018-08-07 03:33 AM
Hello,
Currently, I am working on STMH43ZITx Nucleo board. In order to generate code for Ethernet as well as LWIP, I am using STMCubeMX. After updating STMCubeMX to the newest version i.e 4.26.1, I cant able to select LWIP option at all even after selecting ETH option to RMII/MII.
The same works if I select other boards for example STM32F7 series.
Is that bug in the newest release of STM32CubeMX or I am doing something wrong?
Best regards,
Sid
Solved! Go to Solution.
2018-08-07 04:12 AM
Hello,
You should first enable the ETH IP and FREERTOS with MBEDTLS, to active LWIP for STM32H7
Also, CORTEX_M7 CPU DCache parameter must be enabled.
This warning is mentioned when you put the cursor in LWIP Pinout.
Hope this helps you.
With Regards,
Imen
2018-08-07 04:12 AM
Hello,
You should first enable the ETH IP and FREERTOS with MBEDTLS, to active LWIP for STM32H7
Also, CORTEX_M7 CPU DCache parameter must be enabled.
This warning is mentioned when you put the cursor in LWIP Pinout.
Hope this helps you.
With Regards,
Imen
2018-08-07 05:02 AM
Hi Imen DAHMEN,
Thanks alot!!