User Activity

I am using STM32H757 board which MIPI DSI LCD onboardCreated touchgfx project and disabled RTOS (as I don’t want to use RTOS in my project). Tim6 is used for SYSI am incrementing a value by 1 (variable is declared as global static) on gui from model:...
I am using STM32h747 MCU, CubeIDE my question: My controller is dual core, So .cproject file is created inside each core folder. So for touchgfx i have to copy .cproject from inside CM7 to outside, otherwise touchgfx is not able to find. Is there any...
I am using STM32h747 board, CubeIDE Is FreeRTOS mandatory for touchgfx? Can we use touchgfx withous RTOS?