2018-09-03 05:55 AM
I use stm32h743zi microcontroller and nucleo board.When I wanted to use ethernet communication on cubemx,LWIP is not enable.
Solved! Go to Solution.
2018-09-03 06:22 AM
Hi @Bilge ,
In order to active LWIP for STM32H7, you should enable the ETH IP and FREERTOS with MBEDTLS.
Also, CORTEX_M7 CPU DCache parameter must be enabled. This is already mentioned as a warning when you put the cursor on LWIP Pinout.
Khouloud.
2018-09-03 06:22 AM
Hi @Bilge ,
In order to active LWIP for STM32H7, you should enable the ETH IP and FREERTOS with MBEDTLS.
Also, CORTEX_M7 CPU DCache parameter must be enabled. This is already mentioned as a warning when you put the cursor on LWIP Pinout.
Khouloud.
2019-03-23 01:27 PM
hi @Khouloud GARSI
have i obligated to work under freertos ?
or there are other method ?