Skip to main content
Bilge
Associate III
September 3, 2018
Solved

lwıp +ethernet on cubemx for stm32h743zi

  • September 3, 2018
  • 2 replies
  • 957 views

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

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

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.

2 replies

Khouloud GARSI
Khouloud GARSIBest answer
Technical Moderator
September 3, 2018

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
March 23, 2019

hi @Khouloud GARSI​ 

have i obligated to work under freertos ?

or there are other method ?