cancel
Showing results for 
Search instead for 
Did you mean: 

Sample code for stm32f429 and Touchgfx with Keil

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.

2 REPLIES 2
Alexandre RENOUX
Principal

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

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