Skip to main content
AWack
Associate III
June 20, 2025
Question

TouchGFX without EVM

  • June 20, 2025
  • 1 reply
  • 253 views

Hi,

is it possible to select just the CPU and connect any display (e.g. via MIPI DSI)?

Best regards,

Achim

1 reply

GaetanGodart
Technical Moderator
June 23, 2025

Hello @AWack ,

 

Yes you can use any STM32 chip (as long as it is powerful enough) with any display.

I assume you are asking that question because you re used to create your project directly from TouchGFX Designer by selecting one of the discovery (or partner) board, but you can also create a brand new STM32CubeMX project with your specific MCU (or nucleo board), set the TouchGFX, memory, communication, etc configuration and connect everything by cable to have your own custom board.

 

Here is the official documentation for that :

 

Regards,