cancel
Showing results for 
Search instead for 
Did you mean: 

lwıp +ethernet on cubemx for stm32h743zi

Bilge
Associate III

I use stm32h743zi microcontroller and nucleo board.When I wanted to use ethernet communication on cubemx,LWIP is not enable.

1 ACCEPTED SOLUTION

Accepted Solutions
Khouloud GARSI
Lead II

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.

0690X000006ByK2QAK.png

Khouloud.

View solution in original post

2 REPLIES 2
Khouloud GARSI
Lead II

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.

0690X000006ByK2QAK.png

Khouloud.

M abouhasem
Associate II

hi @Khouloud GARSI​ 

have i obligated to work under freertos ?

or there are other method ?