Last active
July 24, 2023 11:57
-
-
Save hemalchevli/2d483df78d1f484229410f1c6a439254 to your computer and use it in GitHub Desktop.
OpenOCD config file for Bluepill STM32F103C8T6
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#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