2021-08-17 05:16 AM
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.
Solved! Go to Solution.
2021-08-31 06:47 AM
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
2021-08-31 06:47 AM
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