2019-11-13 02:37 AM
When debugging on GFX Designer , the display in the start shows up with some errors but when I press the display button it stars working as shown on the simulator.
after generating the code and moving to IAR, the following warnings were displayed:
The controller shows an inconstant behavior:
2019-11-13 06:39 AM
0x90000000 is the start of QSPI. You need to program the QSPI using ST-Link or STCubeProgrammer.
The warning you're getting is from IAR not having a solution to program that range 0x90000000 ->
/Martin
2019-11-13 06:40 AM
How did you create this project? If you have ST-Link installed and use the STM32F769-DISCO Application template from the TouchGFX designer then "run target" should build with arm-gcc and program both internal and external flash using ST-Link and appropriate flash loader.
/Martin
2019-11-17 05:01 AM
I have exactly the same thing with touchGFX "Run target"
Why first screen is corrupted and works after a screen update ?