2020-07-10 07: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.
2020-08-17 04: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
2020-08-17 07:28 PM
Thank you for your reply. A month ago I found some wonderful tutorial in my native language.