From d17397481dfac81a2efad027c1c5570a554c1855 Mon Sep 17 00:00:00 2001 From: Enrico Pozzobon Date: Tue, 19 May 2020 13:10:37 +0200 Subject: [PATCH] allow openocd to flash 128 kB on bluepill --- templates/bluepill/openocd.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/bluepill/openocd.cfg b/templates/bluepill/openocd.cfg index d0732b8..51d6404 100644 --- a/templates/bluepill/openocd.cfg +++ b/templates/bluepill/openocd.cfg @@ -17,7 +17,7 @@ ftdi_layout_signal nSRST -data 0x0020 set WORKAREASIZE 0x2000 -source [find target/stm32f1x.cfg] +source [find target/stm32f103c8t6_128k.cfg] #tpiu config internal swodump.stm32f103-generic.log uart off 72000000 -- libgit2 0.26.0