From 9b371b5189c368932d4dd15ca6904212cd59e83b Mon Sep 17 00:00:00 2001 From: Karl Palsson Date: Mon, 14 Mar 2016 21:34:18 +0000 Subject: fix l4 to run at 48Mhz and with a clock --- openocd/openocd.stm32l4-disco.cfg | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'openocd') diff --git a/openocd/openocd.stm32l4-disco.cfg b/openocd/openocd.stm32l4-disco.cfg index fe6f340..93c252f 100644 --- a/openocd/openocd.stm32l4-disco.cfg +++ b/openocd/openocd.stm32l4-disco.cfg @@ -4,9 +4,10 @@ source [find target/stm32l4x.cfg] # serial of my f072 disco board. hla_serial "066DFF495351885087171826" -#tpiu config internal swodump.stm32l4-disco.log uart off 168000000 +tpiu config internal swodump.stm32l4-disco.log uart off 48000000 # Uncomment to reset on connect, for grabbing under WFI et al #reset_config srst_only srst_nogate -reset_config srst_only srst_nogate connect_assert_srst +#reset_config srst_only srst_nogate connect_assert_srst +reset_config none -- cgit