improved reset in openocd config file

Signed-off-by: Eric Evenchick <eric@evenchick.com>
This commit is contained in:
Eric Evenchick 2017-02-07 10:48:04 -05:00
parent 325fc715e1
commit 0edc30e125
1 changed files with 3 additions and 1 deletions

View File

@ -9,4 +9,6 @@ transport select hla_swd
set WORKAREASIZE 0x2000
source [find target/stm32f0x.cfg]
reset_config none separate
reset_config srst_only connect_assert_srst
init
reset halt