Can the Tx of the Ethernet of STM32H743BIT work without inserting SCB_CleanDCache_by_Addr() in low_level_output()?
I have STM32H743BIT and want to get its UDP communication working. It uses FreeRTOS and LWIP.I followed this article for the project configuration. (https://community.st.com/s/article/FAQ-Ethernet-not-working-on-STM32H7x3)But my STM32H743BIT is able ...