Skip to main content
Sascha_St
Visitor II
May 14, 2020
Question

STM32CubeIde TouchGFX and NT35510

  • May 14, 2020
  • 2 replies
  • 1574 views

Hello,

i have a 4" Display with a NT35510 Controller from Waveshare. Their example works. Now I want to use the display with TouchGFX. Unfortunately I have no experience how to start. The Display is connected with FSMC. But in CubeMX i dont now, how Setup TouchGFX:

0693W000001cE9gQAE.png

My Controller is a ST32F407VG. Can someone help me?

Greetings Sascha

This topic has been closed for replies.

2 replies

Alexandre RENOUX
Visitor II
May 14, 2020

Hello Sascha,

CubeMX does not support display connected through FSMC , it only provides a complete support for LTDC and partly for DSI.

As you did on the screenshot, everything must be Custom (Interface, Application Tick Source) and this means that you need to implement the FSMC yourself.

As far as I know, we do not have examples using FSMC but I will come back to you if there's actually one.

/Alexandre

Alexandre RENOUX
Visitor II
May 14, 2020

Hello Sascha,

There is actually one Application template using FSMC as the display interface. Please refer to the STM32F412G-Discovery Application template available on TouchGFX Designer.

Hope this will help you,

/Alexandre