I have developed a project in PC Simulator but now I got the STM32F769I-DISCO kit. Now can i able to run the same project to this target? I tried to added Target commands in Config Build. but it not running. How should i do it?
The error I'm getting
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.7.0
-------------------------------------------------------------------
ST-LINK error (DEV_CONNECT_ERR)
make[1]: *** [_extflash_] Error 1
c:/TouchGFXProjects/HardwareTesting_2/gcc/include/flash_sections_int_ext.mk:2: recipe for target '_extflash_' failed
../gcc/Makefile:53: recipe for target 'flash' failed
make: *** [flash] Error 2
Failed
Failed

