Use the new OPENOCD_RESET_USE_CONNECT_ASSERT_SRST to configure 'reset_config connect_assert_srst' when flashing and resetting only. This removes the need for a special debug configuration and should allow connecting to a running target again.
8 lines
217 B
INI
8 lines
217 B
INI
source [find interface/ftdi/iotlab-usb.cfg]
|
|
source [find target/stm32f1x.cfg]
|
|
|
|
# use combined on interfaces or targets that can't set TRST/SRST separately
|
|
reset_config trst_and_srst
|
|
|
|
$_TARGETNAME configure -rtos auto
|