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 STM32Cu...