TouchGFX and FreeRTOS on STM32H732i-EVAL2 example project or step by step tutorial (or both)
I am using STM32H732i-EVAL2. I was able to create a small GUI project using Touch GFX Designer.
Now I need to add/create several FreeRTOS tasks (queues, semaphores, etc.). Where in the TouchGFX project do they go? Where do I call xTaskCreate and vTaskStartScheduler() from? How do I make sure that TouchGFX continues to run after the scheduler starts with FreeRTOS tasks and ISRs? How and where do I link FreeRTOS sources/dependancies to my TouchGFX project?
Is there a tutorial showing how to add FreeRTOS tasks, dependancies, etc. to a TouchGFX project?
Is there an example TouchGFX project/solution that already contains FreeRTOS tasks, dependancies, etc.?
