From 8c68796ff8907ff179f12c2e8c95ca36dd4f441b Mon Sep 17 00:00:00 2001 From: Jean Pierre Dudey Date: Tue, 4 Feb 2020 07:13:20 -0500 Subject: [PATCH] boards/cc1312-launchpad: correct config. for gdb_agent_server This enables the usage of `monitor reset` command in gdb. Signed-off-by: Jean Pierre Dudey --- boards/cc1312-launchpad/dist/cc1312r1f3_XDS110.dat | 9 +++++---- boards/cc1312-launchpad/dist/cc1312r1f3_gdb.conf | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/boards/cc1312-launchpad/dist/cc1312r1f3_XDS110.dat b/boards/cc1312-launchpad/dist/cc1312r1f3_XDS110.dat index 9e8f8d48a00f..abd89c0e84b2 100644 --- a/boards/cc1312-launchpad/dist/cc1312r1f3_XDS110.dat +++ b/boards/cc1312-launchpad/dist/cc1312r1f3_XDS110.dat @@ -5,6 +5,7 @@ $ sepk pod_supply=1 pod_voltage_selection=1 pod_voltage=3.3 + pod_power_isolate=0 $ / $ product title="Texas Instruments XDS110 USB" @@ -14,7 +15,7 @@ $ / $ uscif tdoedge=FALL tclk_program=DEFAULT - tclk_frequency=2.5MHz + tclk_frequency=5.5MHz jtag_isolate=disable $ / $ dot7 @@ -29,10 +30,10 @@ $ swd swd_debug=disabled swo_data=tdo_pin $ / -@ icepick_c family=icepick_c irbits=6 drbits=1 subpaths=2 - & subpath_2 address=0 default=no custom=yes force=yes pseudo=no cancelreset=0x0 +@ icepick_c family=icepick_c irbits=6 drbits=1 subpaths=2 systemresetsupported=1 + & subpath_2 address=0 default=no custom=yes force=yes pseudo=no cancelreset=0x1 @ bypass_0 family=bypass irbits=4 drbits=1 - & subpath_0 address=16 default=no custom=yes force=yes pseudo=no cancelreset=0x0 + & subpath_0 address=16 default=no custom=yes force=yes pseudo=no cancelreset=0x1 @ cs_dap_0 family=cs_dap irbits=4 drbits=1 subpaths=1 identify=0x4BA00477 revision=Legacy systemresetwhileconnected=1 & subpath_1 type=debug address=0 default=no custom=yes force=yes pseudo=no @ cortex_m4_0 family=cortex_mxx irbits=0 drbits=0 identify=0x02000000 traceid=0x0 diff --git a/boards/cc1312-launchpad/dist/cc1312r1f3_gdb.conf b/boards/cc1312-launchpad/dist/cc1312r1f3_gdb.conf index 6b85ea001e7d..6dacee6e0601 100644 --- a/boards/cc1312-launchpad/dist/cc1312r1f3_gdb.conf +++ b/boards/cc1312-launchpad/dist/cc1312r1f3_gdb.conf @@ -1 +1 @@ -target remote localhost:3333 +target extended-remote :3333