Sample code for stm32f429 and Touchgfx with Keil
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2020-07-10 7:46 PM
Hello All,
I have tried using stm32cube for making a basic project with stm32f429(igt6) series and Touchgfx for keil.
1) I wonder if touchgfx itself does the initialization of LCD or not? If not where should I add that?
2) How can I configure Ram? FMC for nand flash and RAM has been enabled in advance (not completeley configured).
3) Is there any working sample code available for these series?
Ps. Please remove the other question in STM32 MCU section. I don't know how to do that.
- Labels:
-
Keil
-
STM32F4 Series
-
TouchGFX
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2020-08-17 4:35 AM
Hello,
Try look at the Aapplication Template for F429-DISCO board available in Designer.
If your display interface is LTDC, TouchGFX Generator will generate all the necessary code, otherwise there are some code you need to write manually because TouchGFX does not know your specific display.
/Alexandre
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2020-08-17 7:28 PM
Thank you for your reply. A month ago I found some wonderful tutorial in my native language.
