STM32CubeIde TouchGFX and NT35510
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2020-05-13 9: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
- Labels:
-
STM32CubeIDE
-
STM32F4 Series
-
TouchGFX
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2020-05-14 1: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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2020-05-14 6: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
