TouchGFX, CubeMX, 469 Discovery board displays garbage.
Platform: 469 DISCO board
Compiler: gcc
IDE: CubeMX 5.0.1 for code generation, AC6 for compilation, TouchGFX 4.10.0
I created the application using the above mentioned tools. From the TouchGFX editor, I added a line widget. This works fine in simulation, but on hardware the TFT shows garbage.
If I create project directly from TouchGFX (without using CubeMX) and deploy to the board, the GUI works fine.
Now, I looked the generated code from both the cases, TouchGFX only and CubeMX + TouchGFX combination. The generated code is vastly different.
The major difference being the firmware package version.
The code generated by TouchGFX uses a 4 years old version (V1.5.0) from Dec2015, and CubeMX uses the latest version (V1.23.0).
There seems to be a disconnect between TouchGFX projects and CubeMX projects.
I am not sure, how to go about setting up the development environment?
Any help? How to go about this?
Thanks,
-Deven