Skip to main content
bonumaster
Associate
August 7, 2018
Solved

LWIP not getting generated in CubeMX new release Version 4.26.1

  • August 7, 2018
  • 2 replies
  • 943 views

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

This topic has been closed for replies.
Best answer by Imen.D

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

2 replies

Imen.DAnswer
Technical Moderator
August 7, 2018

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"".ThanksImen"
bonumaster
Associate
August 7, 2018

Hi Imen DAHMEN,

Thanks alot!!