cancel
Showing results for 
Search instead for 
Did you mean: 

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?

TBibe
Associate II

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

1 ACCEPTED SOLUTION

Accepted Solutions
Khouloud ZEMMELI
ST Employee

​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

View solution in original post

2 REPLIES 2
Khouloud ZEMMELI
ST Employee

​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
Associate II

Thanks