Making Ethernet work with LwIP and FreeRTOS on STM32F7
I am writing this post in case anybody encounters a similar problem.
I had a problem with assigning IP address to STM32F769I-DISCO devboard and communicating with it via Ethernet while using LwIP and FreeRTOS. The solution to this problem was disabling D-Cache in Cortex_M7 settings in STM32CubeMX. I don't know if I would ever think about trying this out if not for the old forum thread I found.
