Skip to content

Commit 1ca4861

Browse files
NeilChen93kartben
authored andcommitted
boards: nxp: frdm_mcxn236: Update debug args
Remove bad args to board_runner_args in frdm_mcxn236 board.cmake Signed-off-by: Neil Chen <[email protected]>
1 parent baad09d commit 1ca4861

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

boards/nxp/frdm_mcxn236/board.cmake

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,6 @@
66

77
board_runner_args(jlink "--device=MCXN236" "--reset-after-load")
88
board_runner_args(linkserver "--device=MCXN236:FRDM-MCXN236")
9-
board_runner_args(linkserver "--core=cm33_core0")
10-
board_runner_args(linkserver "--override=/device/memory/1/flash-driver=MCXNxxx_S.cfx")
11-
board_runner_args(linkserver "--override=/device/memory/1/location=0x10000000")
12-
# Linkserver v1.4.85 and earlier do not include the secure regions in the
13-
# MCXN236 memory map, so we add them here
14-
board_runner_args(linkserver "--override=/device/memory/-=\{\"location\":\"0x30000000\",\
15-
\"size\":\"0x00040000\",\"type\":\"RAM\"\}")
16-
# Define region for peripherals
17-
board_runner_args(linkserver "--override=/device/memory/-=\{\"location\":\"0x50000000\",\
18-
\"size\":\"0x00140000\",\"type\":\"RAM\"\}")
199

2010
# Pyocd support added with the NXP.MCXN236_DFP.17.0.0.pack CMSIS Pack
2111
board_runner_args(pyocd "--target=mcxn236")

0 commit comments

Comments
 (0)