2020-02-21 02:01 AM
I am trying to run UI application on STM32F429 board using TouchGFX 4.13 and CubeIDE 1.2.1.
However, I am not able to see any output on the touhscreen.
I have done the basic settings in CubeMX as shown in the screenshot.
Please let me know where I am going wrong .
2020-02-25 06:28 AM
Hi,
What you are showing on your screenshot seems fine.
What UI application are you trying to run ? One available on TouchGFX Designer ?
Have you generated the application template for F429 Disco available on TouchGFX Designer ? If not you can start by trying to run first this application template with a UI and if this works, you should check if the code from your current project is different from the one generated by TouchGFX Designer, especially when it comes to components initialization.
/Alexandre