Solved
Demos not running on STM32F769i-DISCO on Cubeprogrammer 2.6.0
Hi,
Almost all demos are not able to run and display on STM32F769i-DISCO using v2.6.0.
Below is the terminal log
You may also refer to https://community.st.com/s/question/0D53W00000O1KHJSA3/run-target-on-stm32h747idisco-failed
Run Target
Generate
Done
Generate Assets
make -f simulator/gcc/Makefile assets -j8
Reading ./application.config
Done
Post Generate
touchgfx update_project --project-file=simulator/msvs/Application.vcxproj
Done
Post Generate Target
touchgfx update_project --project-file=../STM32F769I_DISCO.ioc --platform=m7
Done
Compile
make -f ../gcc/Makefile -j8
Reading TouchGFX/application.config
Linking TouchGFX/build/bin/target.elf
Producing additional output formats...
target.hex - Combined internal+external hex
intflash.elf - Internal flash, elf debug
intflash.hex - Internal flash, hex
extflash.bin - External flash, binary
Done
Flash
make -f ../gcc/Makefile flash
Reading TouchGFX/application.config
Linking TouchGFX/build/bin/target.elf
Producing additional output formats...
target.hex - Combined internal+external hex
intflash.elf - Internal flash, elf debug
intflash.hex - Internal flash, hex
extflash.bin - External flash, binary
-------------------------------------------------------------------
STM32CubeProgrammer v2.6.0
-------------------------------------------------------------------
Error: External loader C:\Program cannot be loaded.
Error: External loader Files\STMicroelectronics\STM32Cube\STM32CubeProgrammer\bin\ExternalLoader\MX25L512G_STM32F769I-DISCO.stldr cannot be loaded.
Error: No debug probe detected.
make[1]: *** [_extflash_] Error 1
gcc/Makefile:295: recipe for target '_extflash_' failed
../gcc/Makefile:53: recipe for target 'flash' failed
make: *** [flash] Error 2
Failed
Failed