This article details how to program the STM32F429I-DISCO
board using binaries produced by either of the supported compilers in TouchGFX. Focus for each section will be any special conditions required to succesfully program your applications.
Note: Please see the article Overview: Compilers and IDEs for troubleshooting and general information.
IAR and Keil
The IAR and Keil projects for the STM32F429I-DISCO
board offer full flash loader support (internal only) and can be used as is through an ST-Link debugger.
GCC
As described in “How do i program STM32 based boards using ST Link” you may use the flash
option with make
to program STM32 based boards using the ST-Link CLI, or use the GUI to manually choose which binaries to download and which external flashloader to use:
$ cd app/demo/touchgfx_demo2014_small/
$ make -f target/ST/STM32F429I-DISCO/gcc/Makefile flash