10 lines
318 B
INI
10 lines
318 B
INI
source [find interface/cmsis-dap.cfg]
|
|
transport select swd
|
|
source [find target/stm32f4x.cfg]
|
|
|
|
adapter speed 5000
|
|
# This DAPLink connection exposes SWDIO/SWCLK but does not reset the target
|
|
# through NRST. Let the Cortex-M target use SYSRESETREQ instead.
|
|
reset_config none
|
|
$_TARGETNAME configure -gdb-max-connections 4
|