cancel
Showing results for 
Search instead for 
Did you mean: 

How to use TouchGFX without freeRTOS

onosho
Associate II

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

2 REPLIES 2
Romain DIELEMAN
ST Employee

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

onosho
Associate II

Thank you for your reply.

​I will refer to STM32G0's project​ in TouchGFX Designer.