cancel
Showing results for 
Search instead for 
Did you mean: 

FIRST PROJECT STM32H7B3 DK

Icont.1
Associate II

Hi, I'm starting to use the stm32h7b3 dk and wanted to create a full graphics test project. how can I do? I have already created through STM32CubeIde a project with correct target but I no longer know how to continue

6 REPLIES 6
KArum.2
Associate II
Icont.1
Associate II

thanks, but I create two different projects? 1 with STM32CubeIde (for code in c) and 1 with touchGFX designer (for graphics)

KArum.2
Associate II

you can refer this video:https://youtu.be/12KXreXaLp0

It show how to create a UI button to communicate the application.

Icont.1
Associate II

thanks

KArum.2
Associate II

If it's answered your question update the status.

Thank you

Icont.1
Associate II

I followed step by step the tutorial, but at the time of compilation I return this error

../TouchGFX/target/STM32TouchController.cpp:21:10: fatal error: stm32h7b3i_discovery_ts.h: No such file or directory
   21 | #include <stm32h7b3i_discovery_ts.h>
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~
compilation terminated.

but if I check the library that does not find is inserted in the project in a folder of those uploaded what could be the problem?