User Activity

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