Skip to main content
Associate
November 27, 2025
Solved

TouchGFX example AZRTOS-H7 / Azure RTOS wanted

  • November 27, 2025
  • 2 replies
  • 130 views
Hello,
 
I'm looking for an example with TouchGFX and AZRTOS / Azure RTOS (and USB).
 
I'm using a customer board with STM32H7S, LCD and USB. 
 
For USB applications, AZRTOS / Azure RTOS seems more suitable to me.

Does anyone know of an example or instructions?
 
Dear ST employees, It would be great if TouchFX could optionally generate code without RTOS.
 
 
 
 
 
 
 
Best answer by JohanAstrup

Hello @ewo.

If you haven’t seen them already, I recommend reviewing the following pages from the TouchGFX documentation regarding TouchGFX and RTOS:

https://support.touchgfx.com/docs/development/touchgfx-hal-development/scenarios/scenarios-configure-rtos

https://support.touchgfx.com/docs/development/touchgfx-hal-development/generator-how-to/touchgfx-al-configuration/driver#real-time-operating-system

These articles should help you get started with enabling ThreadX. As also mentioned in the documentation, TouchGFX can operate without an RTOS.

For USB, the best reference I have is the STM32H7S78-DK USB demo, available under demo resources here: https://www.st.com/en/evaluation-tools/stm32h7s78-dk.html#tools-software.
Note that the project is using FreeRTOS.


Best regards,
Johan

 

2 replies

JohanAstrupBest answer
ST Employee
December 2, 2025

Hello @ewo.

If you haven’t seen them already, I recommend reviewing the following pages from the TouchGFX documentation regarding TouchGFX and RTOS:

https://support.touchgfx.com/docs/development/touchgfx-hal-development/scenarios/scenarios-configure-rtos

https://support.touchgfx.com/docs/development/touchgfx-hal-development/generator-how-to/touchgfx-al-configuration/driver#real-time-operating-system

These articles should help you get started with enabling ThreadX. As also mentioned in the documentation, TouchGFX can operate without an RTOS.

For USB, the best reference I have is the STM32H7S78-DK USB demo, available under demo resources here: https://www.st.com/en/evaluation-tools/stm32h7s78-dk.html#tools-software.
Note that the project is using FreeRTOS.


Best regards,
Johan

 

ST Employee
January 7, 2026

Hello again.

Have you been able to progress?

Best regards,
Johan