Skip to main content
July 11, 2020
Question

Sample code for stm32f429 and Touchgfx with Keil

  • July 11, 2020
  • 2 replies
  • 702 views

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.

This topic has been closed for replies.

2 replies

Alexandre RENOUX
Visitor II
August 17, 2020

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

August 18, 2020

Thank you for your reply. A month ago I found some wonderful tutorial in my native language.