cancel
Showing results for 
Search instead for 
Did you mean: 

TouchGFX with stm32f412g-disco

PhilZalkin
Associate II

Good morning,

I bought an stm32f412g-disco board but it's impossible to program the screen with a TOUCHGFX application.

I'm using TOUCHGFX Designer 4.23 and stm32cubef4-v1-28

I created a project directly from TOUCHGFX Designer for the F412G-disco board.

But my screen remains blurred (see photo)

Is there a modification to be made in the configuration (.ioc)

THANKS

20231215_080853.jpg

5 REPLIES 5

Hello @PhilZalkin ,

Yes, I can confirm the problem. Sorry for the inconvenience. We will fix the board setup as soon as possible 

Best regards

Mohammad MORADI
ST Software Developer | TouchGFX

Hello Mahammad,

Thank you for your answer, I'm waiting for the fix

mgr
Associate II

Any update on this one?

I got stuck with the same effect. Non of the examples are working form me.

TouchGfx newly created project do not displays properly.

Check if this work for your board STM32CubeF4/Projects/STM32F412G-Discovery/Examples/BSP at master · STMicroelectronics/STM32CubeF4 · GitHub

and after this work try add and customize TouchGFX normal way step by step.

 

mgr
Associate II

This one compiles and works not every example, but it's something.

Now, I did learn already that my board is rev D, thus I have different touch controller, ft3x67 instead of ft6x06.

Given that I've added a flag `USE_STM32412G_DISCOVERY_REVD` this enables touch sensor test that's a progress 😀.

 

When it comes to TouchFX project, I've also notice that it uses ft6x06... after changing the generated code to use ft3x67 I finally get proper contents on a screen. 😍