tree: dc5bbf6859286d3d9989f7631a0ad500924482e2 [path history] [tgz]
  1. config/
  2. boot.cc
  3. BUILD.gn
  4. init.c
  5. README.md
  6. stm32f439zi_executable.gni
  7. target_toolchains.gni
  8. vector_table.c
targets/stm32f439zi_nucleo/README.md

##Building In order to build this target, the submodules in //third_party/stm32cubef4 need to be checked out and the following flag needs to be added to your gn args (gn args out)

pw_third_party_stm32cubef4_enabled = "yes"

##Flashing

Images can be flashed using the same scripts as the in-tree variant.

This command can be used to flash the blinky example:

openocd -s ${PW_PIGWEED_CIPD_INSTALL_DIR}/share/openocd/scripts -f ${PW_ROOT}/targets/stm32f429i_disc1/py/stm32f429i_disc1_utils/openocd_stm32f4xx.cfg -c "program out/stm32f439zi_nucleo_debug/obj/applications/blinky/bin/blinky.elf reset exit"