Skip to main content
kvkhekale
Associate III
February 21, 2020
Question

Interfacing STM32F429 Disco board with TouchGFX4.13 and CubeIDE 1.2.1

  • February 21, 2020
  • 1 reply
  • 879 views

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 .

This topic has been closed for replies.

1 reply

Alexandre RENOUX
Visitor II
February 25, 2020

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