but now I want to use freertos and have a UDp server, but when configuring freertos, stm32f407vet6 gets stuck inside MX_LWIP_Init();, the firmware version for STmf4 is 1.28.1, here is the code: #include "main.h" #include "cmsis_os.h" #include "lwip.h" osThreadId_t...
DHCP 失败可能是 ETH 没初始化好,建议用 MX_LWIP_Init(); 之后 HAL_ETH_ReadPHYRegister() 读取 ...