Solved
Run target on STM32H747I-DISCO failed
Hello
I am using graph on STM32H747I-DISCO. Running simulation is ok, like having the sine wave on it but when I click "Run Target" I get this error...
Run Target
Generate
Done
Generate Assets
make -f simulator/gcc/Makefile assets -j8
Converting images
Reading ./application.config
Done
Post Generate
touchgfx update_project --project-file=simulator/msvs/Application.vcxproj && touchgfx update_project --project-file=../EWARM/TouchGFX.ewp
Done
Compile
make -f ../gcc/Makefile -j8
STM32CubeProgrammer is placed in Program Files
STM32CubeProgrammer is placed in Program Files
Converting images
Reading TouchGFX/application.config
STM32CubeProgrammer is placed in Program Files
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 -j8 flash
STM32CubeProgrammer is placed in Program Files
STM32CubeProgrammer is placed in Program Files
Converting images
Reading TouchGFX/application.config
STM32CubeProgrammer is placed in Program Files
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 is placed in Program Files
-------------------------------------------------------------------
STM32CubeProgrammer v2.5.0
-------------------------------------------------------------------
ST-LINK SN : 003100173137511539383538
ST-LINK FW : V3J7M2
Board : STM32H747I-DISCO
Voltage : 3.23V
Error: ST-LINK error (DEV_TARGET_NOT_HALTED)
2nd connect tentative with a lower frequency (8MHz)
ST-LINK SN : 003100173137511539383538
ST-LINK FW : V3J7M2
Board : STM32H747I-DISCO
Voltage : 3.23V
Error: ST-LINK error (DEV_TARGET_NOT_HALTED)
gcc/Makefile:334: recipe for target '_extflash_' failed
make[1]: *** [_extflash_] Error 1
make: *** [flash] Error 2
../gcc/Makefile:50: recipe for target 'flash' failed
Failed
Failed