2021-04-12 01:01 AM
Excuse me?
I want to use TouchGFX without FreeRTOS.
I make STM32F769I_DISCO's project with TouchGFX Designer.
Next, I open .ioc file and disable FreeRTOS.
I run this project, but the dhisplay is blank.
I want to tell me how to use touchgfx without FreeRTOS.
touchgfx's ver:4.16.0
2021-04-12 06:40 AM
Hi,
Do you wish to run without OS or a different OS than FreeRTOS ?
The following article may help you understand what to do. If you wish to run without an OS you can download and navigate through the code of the application template for the STM32G0 nucleo board available in TouchGFX Designer. It does not use FreeRTOS so you can look at it to understand how to run without OS.
/Romain
2021-04-12 05:19 PM
Thank you for your reply.
I will refer to STM32G0's project in TouchGFX Designer.