2025-05-12 6:45 AM
Hello,
I’ve recently purchased the STM32U5G9J-DK2 Discovery board and noticed it came with a demo app preloaded with UI, touch input, etc. But I can't seem to find the source code for it anywhere.
I checked STM32CubeIDE examples, the STM32U5 firmware package and even TouchGFX Designer, but no luck so far.
Also, the examples in STM32CubeIDE don’t seem to have a proper TouchGFX integration for this board and the TouchGFX Designer demos I tried show corrupted graphics on the screen.
Having a working sample project would really help right now because I’m not sure how to get the GUI part working without one. Just something that shows how to properly set up TouchGFX on this board, even a basic example would do.
If anyone knows where the source code for the original demo is, or has a working TouchGFX example for this board, or at least point me in the right direction, I’d really appreciate it!
Thanks in advance!
2025-05-12 8:23 AM
"Hello @ArunJohn ,
You should be able to create a project on the TouchGFX Designer for your STM32U5G9K-DK2 without issue.
Here are the steps:
By following this steps you should have a working demo on your STM32U5G9J-DK2.
If it not the case, double check :
Regards,
2025-05-12 8:32 AM
Hi @ArunJohn
"I can't seem to find the source code for it anywhere"
you can get it from GfxDesigner as explained here
2025-05-12 8:41 AM
Hello@GaetanGodart
would it be possible to make a carbon copy of the flash with CubeProgrammer and then flash that to get exact SW that was in the board upon purchase ?