stm32h745 eth freertos+tcp freertos + lwip
Hello,
I am new to the STM environment and need to test if one M7 core is sufficient for my project. I need to use Ethernet (simple GET, POST, and PATCH requests), an LCD touch panel, and a peripheral that requires EXTI interrupts approximately every 10ms.
I believe it would be better to use FreeRTOS in order to manage the different tasks. I am wondering which option is the least time-consuming and most reliable: using FreeRTOS with its own TCP stack, or using FreeRTOS with LWIP.
I am using an STM32H745-DISCO and plan to use only the M7 core. If it is not enough for my application, I will test with both cores.
Does my reasoning make sense? Can someone give me some advice?
Thanks, best regards.
