Skip to main content
Aarra.1
Associate III
October 11, 2021
Solved

Is it necessary to use RTOS for TouchGFX?

  • October 11, 2021
  • 2 replies
  • 1110 views

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.

This topic has been closed for replies.
Best answer by TDK

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

2 replies

TDK
TDKBest answer
October 11, 2021

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
October 12, 2021

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

Aarra.1
Aarra.1Author
Associate III
October 19, 2021

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

Alexandre RENOUX
Visitor II
October 19, 2021

Hello Aarra.1,

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

/Alexandre