cancel
Showing results for 
Search instead for 
Did you mean: 

Is it necessary to use RTOS for TouchGFX?

Aarra.1
Senior

Hello,

I'm using TouchGFX with STM32H757i-eval board

I'm finding it difficult to configure for TouchGFX with RTOS.

Is it mandatory to use RTOS while using TouchGFX.

According to this link TouchGFX can be configured without RTOS.

https://support.touchgfx.com/docs/basic-concepts/operating-system

Could you please provide an example on how to configure TouchGFX with RTOS.

As all the examples that I have referred use RTOS.

1 ACCEPTED SOLUTION

Accepted Solutions
TDK
Guru

The documentation says it can generate bare metal code, although all examples use an RTOS.

https://support.touchgfx.com/docs/development/touchgfx-hal-development/touchgfx-generator

Developers can use any RTOS with TouchGFX (even No OS).

If you feel a post has answered your question, please click "Accept as Solution".

View solution in original post

4 REPLIES 4
TDK
Guru

The documentation says it can generate bare metal code, although all examples use an RTOS.

https://support.touchgfx.com/docs/development/touchgfx-hal-development/touchgfx-generator

Developers can use any RTOS with TouchGFX (even No OS).

If you feel a post has answered your question, please click "Accept as Solution".
Romain DIELEMAN
ST Employee

Hi,

I'll just chip in to say the the STM32G0 nucleo TBS does not use an RTOS, so you can have a look at it to understand how to work on bare metal.

Azure RTOS will soon be used as well for some of our demos or TBS in the future.

/Romain

Thank you for your response I'll surely consider this.

Hello Aarra.1,

If you deem your question answered, please close this topic by choosing Select as Best.

/Alexandre