2025-05-29 12:16 AM - last edited on 2025-05-29 1:03 AM by Andrew Neil
It have a new project with LCD(4.3' RGB:480*272) and touch panel, To drive this LCD and touch panel, i will select STM32H750VBT6 to develop , Whether can the TouchGFX support this MCU or not ?
2025-05-29 1:00 AM
Hello,
Yes you can use TouchGFX on STM32H750.
And this video shows a TouchGFX demo running on STM32H750-DK board.
Hope that answers your question.
2025-05-29 1:47 AM
Also in board selection
2025-05-29 2:13 AM
@mƎALLEm is there actually anything anywhere which states what STM32 products (or families) are supported by TouchGFX?
I couldn't see anything on the TouchGFXDesigner or X-CUBE-TOUCHGFX pages, or on the Documentation site:
https://support.touchgfx.com/docs/introduction/welcome
2025-05-29 2:37 AM - edited 2025-05-29 2:38 AM
Theoretically, any STM32 supports TouchGFX as soon as it has the resources needed especially the RAM and the Flash memory sizes. For the display, all STM32 have SPI interface that can be used to interface an LCD. In fact, that depends on the use case.
2025-05-29 4:40 AM