Skip to content

Instantly share code, notes, and snippets.

@kichMan
Forked from hemalchevli/bluepill.cfg
Created July 16, 2019 20:48
Show Gist options
  • Save kichMan/2061cc6f14cc2d042033b784931d2e55 to your computer and use it in GitHub Desktop.
Save kichMan/2061cc6f14cc2d042033b784931d2e55 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