Good morning, I made a project using stm32f407vet6, configuring the stm32f407vet6 to use ethernet network without freertos, I can ping it and it responds immediately, follow the code:#include "main.h"#include "lwip.h"void SystemClock_Config(void);sta...