Skip to content

Instantly share code, notes, and snippets.

@nathantsoi
Created April 19, 2016 05:26
Show Gist options
  • Star 4 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nathantsoi/82021c774f33eb2bfb600da4bf0dfab3 to your computer and use it in GitHub Desktop.
Save nathantsoi/82021c774f33eb2bfb600da4bf0dfab3 to your computer and use it in GitHub Desktop.
openocd config file for stm32f429-disco board
# openocd -f stm32f429-disco.cfg -c "program FILE_NAME.elf verify reset exit"
# for: http://www.st.com/web/catalog/tools/FM116/SC959/SS1532/PF259090
interface hla
hla_layout stlink
hla_device_desc "ST-LINK/V2"
# stm32f429 discovery 0483:374b
hla_vid_pid 0x0483 0x374b
transport select hla_swd
source [find target/stm32f4x.cfg]
reset_config srst_only
@besengek2710
Copy link

i want you help me for flash stm32f407

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment