2021-06-21 02:12 AM
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
Solved! Go to Solution.
2021-06-21 07:11 AM
Hi,
You need to create a new project using the STM32F769-Disco application template and empty GUI template.
Then use the menu "Edit->Import", then "Browse" and select the .touchgfx file of your simulator project.
Best regards,
Nicolas
2021-06-21 07:11 AM
Hi,
You need to create a new project using the STM32F769-Disco application template and empty GUI template.
Then use the menu "Edit->Import", then "Browse" and select the .touchgfx file of your simulator project.
Best regards,
Nicolas
2021-06-21 09:29 AM
Thank You