Skip to main content
Karim
Associate III
August 17, 2021
Solved

Hi, I use STM32F407 and SSD1963 and STemWin. Now I want change to touchGFX.

  • August 17, 2021
  • 1 reply
  • 764 views

I want to know can I use touchGFX without LTDC and with FMC (because I use SSD1963)? I don't want change my hardware.

And is it easy to use touchGFX without operating system (bare metal)? or no, it's recommended to use touchGFX with os?

Thank you.

This topic has been closed for replies.
Best answer by Romain DIELEMAN

Hi,

You can use TouchGFX with FMC. The TBS for the STM32F412-dk board can be used as a source of inspiration for your tests as it uses FMC.

You can also work without an OS. The STM32G0 nucleo examples run on bare metal.

/Romain

1 reply

Romain DIELEMAN
Romain DIELEMANBest answer
ST Employee
August 31, 2021

Hi,

You can use TouchGFX with FMC. The TBS for the STM32F412-dk board can be used as a source of inspiration for your tests as it uses FMC.

You can also work without an OS. The STM32G0 nucleo examples run on bare metal.

/Romain