修改openocd配置
This commit is contained in:
@@ -3,6 +3,7 @@ transport select swd
|
|||||||
source [find target/stm32f4x.cfg]
|
source [find target/stm32f4x.cfg]
|
||||||
|
|
||||||
adapter speed 5000
|
adapter speed 5000
|
||||||
reset_config srst_only srst_nogate
|
# This DAPLink connection exposes SWDIO/SWCLK but does not reset the target
|
||||||
gdb_port 3333
|
# through NRST. Let the Cortex-M target use SYSRESETREQ instead.
|
||||||
|
reset_config none
|
||||||
$_TARGETNAME configure -gdb-max-connections 4
|
$_TARGETNAME configure -gdb-max-connections 4
|
||||||
|
|||||||
Reference in New Issue
Block a user