STM32H745_Ethernet
STM32H745_Ethernet copied to clipboard
Ethernet on STM32H745 using FreeRTOS and LWIP
STM32H745_Ethernet
Trying to get Ethernet, LWIP and FreeRTOS working on the STM32H745. Testing on the NUCLEO-H745ZI-Q using FW_1.7 and the STM32CubeIDE.
Instructions on how to get started:
- LWIP without RTOS
- LWIP with RTOS
Bugs and improvements
- SysTick not increasing ticks
- No DHCP IP when starting without ethernet cable
Current status:
- RTOS works (blinky)
- LWIP works (nucleo board gets IP from DHCP on router)
- HTTP test server works (navigate to http://<nucleo_ip>/index.html for demo)