2020-05-13 09:24 PM
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:
My Controller is a ST32F407VG. Can someone help me?
Greetings Sascha
2020-05-14 01:37 AM
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
2020-05-14 06:10 AM
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