diff options
author | Karl Palsson <karlp@tweak.net.au> | 2016-03-14 21:34:18 +0000 |
---|---|---|
committer | Karl Palsson <karlp@tweak.net.au> | 2016-03-14 21:34:18 +0000 |
commit | 9b371b5189c368932d4dd15ca6904212cd59e83b (patch) | |
tree | b3a89fea11e327dee2bd8b753c5fb9320ae5e057 /openocd | |
parent | 39467f34cbff0b1e21e6ea75b9359fd42321a416 (diff) | |
download | olsndot-9b371b5189c368932d4dd15ca6904212cd59e83b.tar.gz olsndot-9b371b5189c368932d4dd15ca6904212cd59e83b.tar.bz2 olsndot-9b371b5189c368932d4dd15ca6904212cd59e83b.zip |
fix l4 to run at 48Mhz and with a clock
Diffstat (limited to 'openocd')
-rw-r--r-- | openocd/openocd.stm32l4-disco.cfg | 5 |
1 files changed, 3 insertions, 2 deletions
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 |