Skip to content

Instantly share code, notes, and snippets.

@hemalchevli
Last active July 24, 2023 11:57
Show Gist options
  • Star 12 You must be signed in to star a gist
  • Fork 4 You must be signed in to fork a gist
  • Save hemalchevli/2d483df78d1f484229410f1c6a439254 to your computer and use it in GitHub Desktop.
Save hemalchevli/2d483df78d1f484229410f1c6a439254 to your computer and use it in GitHub Desktop.
OpenOCD config file for Bluepill STM32F103C8T6
#source [find interface/stlink-v2-1.cfg]
source [find interface/stlink-v2.cfg]
transport select hla_swd
source [find target/stm32f1x.cfg]
#reset_config srst_only
reset_config none separate
#Enable Trace output in open OCD
#Not tested yet
#tpiu config external uart off 72000000 2000000
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment