Skip to main content
TBibe
Associate II
July 17, 2019
Solved

I'm attempting to experiment with my STM32H743 NUCLEO board and CubeMX 5.2.1 does not allow me to add LWIP Middleware. How do I use the boards provided TCP/IP network without lwIP?

  • July 17, 2019
  • 2 replies
  • 901 views

From STM32 CubeMX 5.2.1 release, the LWIP is grey'd out. What am I missing to include this?

This topic has been closed for replies.
Best answer by Khouloud ZEMMELI

​Hi @Community member​ ,

If you want to activate LWIP , you need to enbale :

1- ETH

2-FreeRTOS V1

3-MBEDTLS

4-CORTEX_M7 CPU DCache (only for H7)

see attached note

Best Regards,

Khouloud.0690X000009YrXGQA0.png

2 replies

Khouloud ZEMMELI
Khouloud ZEMMELIBest answer
ST Employee
July 18, 2019

​Hi @Community member​ ,

If you want to activate LWIP , you need to enbale :

1- ETH

2-FreeRTOS V1

3-MBEDTLS

4-CORTEX_M7 CPU DCache (only for H7)

see attached note

Best Regards,

Khouloud.0690X000009YrXGQA0.png

TBibe
TBibeAuthor
Associate II
July 19, 2019

Thanks