cancel
Showing results for 
Search instead for 
Did you mean: 

STM32CubeIde TouchGFX and NT35510

Sascha_St
Associate

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

2 REPLIES 2
Alexandre RENOUX
Principal

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
Principal

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