cancel
Showing results for 
Search instead for 
Did you mean: 

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?

RMuru.1
Associate II

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

1 ACCEPTED SOLUTION

Accepted Solutions
N. SANTINI
ST Employee

Hi,

You need to create a new project using the STM32F769-Disco application template and empty GUI template.

0693W00000BbZB2QAN.pngThen use the menu "Edit->Import", then "Browse" and select the .touchgfx file of your simulator project.

0693W00000BbZBlQAN.pngBest regards,

Nicolas

View solution in original post

2 REPLIES 2
N. SANTINI
ST Employee

Hi,

You need to create a new project using the STM32F769-Disco application template and empty GUI template.

0693W00000BbZB2QAN.pngThen use the menu "Edit->Import", then "Browse" and select the .touchgfx file of your simulator project.

0693W00000BbZBlQAN.pngBest regards,

Nicolas

Thank You