STM32H7 Ethernet With FreeRtos and LWIP
Hello,
using the STM32H7 Ethernet with FreeRtos and LWIP results in not sent packages as the Optimization is Turned higher than -O0.
The lwip Stack ,for example, tries to send UDP Packages. Those packages never leave the STM32 and UDP data packets are not received either. Here the Error clearly lies in the Interface between HAL and LWIP ST provided.
i already disabled D-Cache and used some other proposals from the forum.
Are there any plans to rework this in the Future? Does the HAL at least work, so we can write our own Interface?
