Skip to content

Commit 64534d3

Browse files
nordic-piksrlubos
authored andcommitted
[nrf fromtree] boards: nordic: nrf54lm20dk: enable debugging for flpr
Use specific jlink device for app and flpr core. This will enable flpr core debugging. Signed-off-by: Piotr Kosycarz <[email protected]> (cherry picked from commit 0d1f73b) (cherry picked from commit 8d22a53)
1 parent 356bf9d commit 64534d3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

boards/nordic/nrf54lm20dk/board.cmake

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
# SPDX-License-Identifier: Apache-2.0
33

44
if(CONFIG_SOC_NRF54LM20A_ENGA_CPUAPP)
5-
board_runner_args(jlink "--device=cortex-m33" "--speed=4000")
5+
board_runner_args(jlink "--device=nRF54LM20A_M33" "--speed=4000")
66
elseif(CONFIG_SOC_NRF54LM20A_ENGA_CPUFLPR)
7-
board_runner_args(jlink "--speed=4000")
7+
board_runner_args(jlink "--device=nRF54LM20A_RV32" "--speed=4000")
88
endif()
99

1010
if(CONFIG_BOARD_NRF54LM20DK_NRF54LM20A_CPUAPP_NS)

0 commit comments

Comments
 (0)