Question
STM32H7 with Ethernet and LwIP stack working - What is the need for FreeRTOS?
Both example and KB article depends on FreeRTOS.
Is there any real need to use FreeRTOS? In past I used LwIP without FreeRTOS just calling MX_LWIP_Process(). What do I need to do to get rid of FreeRTOS, is it enough to just disable it in STM32CubeMX and disable Ethernet Global Interript? I am afraid I run into some kind of Ethernet driver hidden problem.
