Need Help: Ethernet not working on H723ZG without FreeRTOS.
Hello Folks,
I use the H723ZG Nucleo board without FreeRTOS. I had configured Ethernet for the H723ZG in the past. But I am unable to configure it again now, even when following the same steps. When I first got it working, my configuration was based on this Youtube video STM32 ETHERNET #1. Hardware Configuration || PART 1.
In addition, I spent countless days trying to configure the Ethernet without FreeRTOS based on this post How to create project for STM32H7 with Ethernet and LwIP stack working from
Here are some screenshots from my `.ioc` file.




I am testing it with the ping example.
/* USER CODE BEGIN 0 */
extern struct netif gnetif;
/* USER CODE END 0 */
[...]
/* Infinite loop */
/* USER CODE BEGIN WHILE */
while (1)
{
/* USER CODE END WHILE */
/** PING Example */
ethernetif_input(&gnetif);
sys_check_timeouts();
/* USER CODE BEGIN 3 */
}
/* USER CODE END 3 */
I would appreciate any feedback on this matter from anyone.
Many thanks,
Eduardo.