cancel
Showing results for 
Search instead for 
Did you mean: 

LWIP not getting generated in CubeMX new release Version 4.26.1

bonumaster
Associate II

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

1 ACCEPTED SOLUTION

Accepted Solutions
Imen.D
ST Employee

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.

0690X0000060LT3QAM.png 

Hope this helps you.

With Regards,

Imen

When your question is answered, please close this topic by clicking "Accept as Solution".
Thanks
Imen

View solution in original post

2 REPLIES 2
Imen.D
ST Employee

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.

0690X0000060LT3QAM.png 

Hope this helps you.

With Regards,

Imen

When your question is answered, please close this topic by clicking "Accept as Solution".
Thanks
Imen
bonumaster
Associate II

Hi Imen DAHMEN,

Thanks alot!!