2021-10-18 01:37 AM
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
2021-10-18 01:57 AM
Hi @Icont.1
For full Graphics design you can use "TouchGFXD" tool - https://www.st.com/en/development-tools/touchgfxdesigner.html#:~:text=TouchGFX%20is%20an%20advanced%20free,smartphone%2Dlike%20graphic%20user%20interfaces.
2021-10-18 02:02 AM
thanks, but I create two different projects? 1 with STM32CubeIde (for code in c) and 1 with touchGFX designer (for graphics)
2021-10-18 02:12 AM
you can refer this video:https://youtu.be/12KXreXaLp0
It show how to create a UI button to communicate the application.
2021-10-18 02:27 AM
thanks
2021-10-18 02:29 AM
If it's answered your question update the status.
Thank you
2021-10-18 12:58 PM
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?