2025-12-06 7:12 AM
Hello everyone,
I’m working with the STM32N6570-DK and trying to bring up a TouchGFX project by following the official STM tutorial:
https://www.youtube.com/watch?v=NFljjd_vQGA
I generated the project with TouchGFX Designer and programmed the board using STM32CubeProgrammer exactly as shown in this one:
FSBL flashed at address: 0x7000 0000
Application flashed at address: 0x7010 0000
The flashing process completes without any errors.
However, when the board boots, the GUI is completely corrupted. The display only shows colored noise/static like in the video I attached.
It seems like framebuffer data, LTDC configuration, cache handling, or memory mapping might be wrong… but everything was generated by TouchGFX.
Any guidance would be greatly appreciated.
Thank you!
Solved! Go to Solution.
2025-12-08 1:55 AM
Hello @Duc ,
For the STM32N6570-DK, we advise our users to use the provided script that is intended for flashing. You'll find more explanation about the flashing procedure in the readme file (located in your project root folder), but in your case, this part is the most important :
We will release soon another version for this STM32N6570-DK TBS where you can flash directly through TouchGFX Designer like all the other TBSs.
2025-12-08 1:55 AM
Hello @Duc ,
For the STM32N6570-DK, we advise our users to use the provided script that is intended for flashing. You'll find more explanation about the flashing procedure in the readme file (located in your project root folder), but in your case, this part is the most important :
We will release soon another version for this STM32N6570-DK TBS where you can flash directly through TouchGFX Designer like all the other TBSs.
2026-02-27 11:27 AM
Hi Osman,
I have the same problem: I cannot run the created Two Screens App (shows Screen1 or Screen 2) from TouchGFX on the STM32N6570-DK board. The generated scripts also do not help. When they try to sign the *.bin file then the STM32_SigningTool_CLI.exe stops with Error: Invalid command '-align'.
In the available commands there is no -align command. Do I have a wrong version of the signing app?
Thanks,
Louis
PS: I also could not open BSP, Nx_WebServer nor UART_HyperTerminal_IT examples, any examples I tried. All reported a lot of errors what I could not fix.
2026-02-27 12:03 PM - edited 2026-02-28 2:42 AM
It is solved.
Best regards,
Louis
2026-03-08 4:03 PM
Hello @Louie88 ,
I confirm that the issue is the use of an outdated version of STM32CubeProgrammer. Updating to the latest version should fix the issue.