Question
Two task in touch gfx
Hi, I'm using FreeRtos v1 , my board is stm32f429... . I have to thread in main.c and I generate them by stm32cubemx ...in one thread I have a touchgfx process . Other is a task for ethernet . Both of them have a same priority and the stack size of the first is 2048 and another is 1024. But just the touchgfx task can run . I wrote a variable in the header ... But I can set it in the ethernet task . In other words the second can't be run.
