stm32-hotspot / STM32H7-LwIP-Examples

Ethernet examples using LwIP + FreeRTOS for STM32H7 Discovery and Nucleo boards
Other
87 stars 29 forks source link

Update STM32CubeMX to 6.11.0 and FW_H7 to V1.11.2 #12

Open SouIwase opened 7 months ago

SouIwase commented 7 months ago

Hello.

I Migrated this example project to STM32CubeMX to 6.11.0 and FW_H7 to V1.11.2. There are some issues.

  1. LWIP [Enabled] check box is turned off at [Pinout & Configration] TAB. This check box couldn't turn on without LWIP M4 has been checked.

  2. LWIP Cnfiguration -> Key Option -> Infrastructure - OS Awarness Option is [NO_SYS]. This Item couldn't change to [OS Used].

  3. After build this project, a error occurred that function LOCK_TCPIP_CORE() and UNLOCK_TCPIP_CORE() cannot be referensed.

Please guide me if you know how to use this migrated project.

samdowrickstr commented 7 months ago

Could someone help with this? I am having the same issue.