Skip to content

Commit

Permalink
boards/cc1312-launchpad: correct config. for gdb_agent_server
Browse files Browse the repository at this point in the history
This enables the usage of `monitor reset` command in gdb.

Signed-off-by: Jean Pierre Dudey <[email protected]>
  • Loading branch information
jeandudey committed Feb 4, 2020
1 parent cc90a89 commit 8c68796
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
9 changes: 5 additions & 4 deletions boards/cc1312-launchpad/dist/cc1312r1f3_XDS110.dat
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -14,7 +15,7 @@ $ /
$ uscif
tdoedge=FALL
tclk_program=DEFAULT
tclk_frequency=2.5MHz
tclk_frequency=5.5MHz
jtag_isolate=disable
$ /
$ dot7
Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion boards/cc1312-launchpad/dist/cc1312r1f3_gdb.conf
Original file line number Diff line number Diff line change
@@ -1 +1 @@
target remote localhost:3333
target extended-remote :3333

0 comments on commit 8c68796

Please sign in to comment.