Skip to content

Commit 182c47a

Browse files
carlescufikartben
authored andcommitted
boards: nordic: nrf54l15dk: Set the right --device flag for JLink
Starting in version 8.10f, Segger's JLink now supports the nRF54L15's Cortex-M33 core natively, being able to flash it and debug it properly. Use this new support in the Zephyr built-in board support. Signed-off-by: Carles Cufi <[email protected]>
1 parent 94c759d commit 182c47a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

boards/nordic/nrf54l15dk/board.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# SPDX-License-Identifier: Apache-2.0
33

44
if(CONFIG_SOC_NRF54L05_CPUAPP OR CONFIG_SOC_NRF54L10_CPUAPP OR CONFIG_SOC_NRF54L15_CPUAPP)
5-
board_runner_args(jlink "--device=cortex-m33" "--speed=4000")
5+
board_runner_args(jlink "--device=nRF54L15_M33" "--speed=4000")
66
elseif(CONFIG_SOC_NRF54L05_CPUFLPR OR CONFIG_SOC_NRF54L10_CPUFLPR OR CONFIG_SOC_NRF54L15_CPUFLPR)
77
set(JLINKSCRIPTFILE ${CMAKE_CURRENT_LIST_DIR}/support/nrf54l_05_10_15_cpuflpr.JLinkScript)
88
board_runner_args(jlink "--device=RISC-V" "--speed=4000" "-if SW" "--tool-opt=-jlinkscriptfile ${JLINKSCRIPTFILE}")

0 commit comments

Comments
 (0)