Logo
Sign in
  1. TouchGFX
  2. Knowledge Base
  3. Deploying your application

How do I program the STM32F429I-DISCO board?

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 flashoption 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
Was this article helpful?
0 out of 0 found this helpful
  • Facebook
  • Twitter
  • LinkedIn
  • Google+
Have more questions? Please create a post on the forum.

Related articles

  • How do I program STM32 based boards using ST-Link utility?
  • Overview: Compilers and IDEs
  • Using other IDEs (Eclipse, LPCXPresso, ...) with TouchGFX
  • Step 3: Running an example application
  • Overview: Boards and Flash loaders