2019-07-17 01:48 PM
From STM32 CubeMX 5.2.1 release, the LWIP is grey'd out. What am I missing to include this?
Solved! Go to Solution.
2019-07-18 12:43 AM
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.
2019-07-18 12:43 AM
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.
2019-07-19 06:51 AM
Thanks