From 3830ded6e766fe9a1746994820df5e412fd19fa1 Mon Sep 17 00:00:00 2001 From: Karl Palsson Date: Mon, 19 Oct 2015 00:42:07 +0000 Subject: openocd: correct f3 serial number After upgrading and verifying. --- openocd/openocd.stm32f3-disco.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'openocd') diff --git a/openocd/openocd.stm32f3-disco.cfg b/openocd/openocd.stm32f3-disco.cfg index 066c12a..835d466 100644 --- a/openocd/openocd.stm32f3-disco.cfg +++ b/openocd/openocd.stm32f3-disco.cfg @@ -3,7 +3,7 @@ set WORKAREASIZE 0x4000 source [find target/stm32f3x.cfg] # serial of my f3 disco board. -hla_serial "S?n\x06gePQ6G\x10?" +hla_serial "S?n\x06gePQ6G%g" tpiu config internal swodump.stm32f3-disco.log uart off 72000000 -- cgit