Skip to content

Instantly share code, notes, and snippets.

@dgk
Forked from hemalchevli/bluepill.cfg
Created October 16, 2020 19:50
Show Gist options
  • Save dgk/bbfe842d17d99a01068397b5f18ec291 to your computer and use it in GitHub Desktop.
Save dgk/bbfe842d17d99a01068397b5f18ec291 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