Skip to main content
Lagodolio
Associate III
November 14, 2019
Question

TouchGFX and CubeIDE touch problem

  • November 14, 2019
  • 2 replies
  • 634 views

Yesterday I tried to study integration between CubeIde and TouchGFX wit a STM32F746G-Disco.

After reading some tutorials, I made my first program.

At first, all appeared OK (program was compiled and downloaded) but touch screen didn't work.

So I used a ready-made program (TouchGFX_Simulator) that, after CubeMX compiled, works great.

But when I opened "TouchGFX_Simulator.touchgfx" by TouchGFX, a message advised me that I had to rework it by my TouchGFX version (4.12.3) :

"The project you are trying to open is version 4.10.0, but your TouchGFX Designer is version 4.12.3. Do you wish to update the project?

Please make sure to back up your project before updating . The update procedure requires internet connection and might run for several minutes."

After the conversion and no other changes, the program failed compiling (missing ".h") and after repairing, the touch screen doesn't work anymore (even if no errors were encountered )...

Any ideas?

Thank!

This topic has been closed for replies.

2 replies

COSEBE
Senior
November 16, 2019

Unfortunately, the demonstration programs do not work properly.

It depends on where you start.

CubeMX -> touchgfx -> IAR

or

touchgfx -> CubeMX -> IAR

And all this on the 32F746I-discovery

for now, the only program that works (LCD and touch) is using touchGFX and "Run Target"

On the 32F769I-Discovery, the LCD does not even work!

I propose you to exchange on this post so that we can move forward.

Lagodolio
LagodolioAuthor
Associate III
November 18, 2019

After reinstalling TouchGFX 4.10.0 and following "step by step" the tutorial https://community.st.com/s/question/0... , it seems working! Is it possible the problem was TouchGFX 4.12.3?