Skip to content

Commit 4b69e61

Browse files
MaureenHelmAnas Nashif
authored andcommitted
usb_kw24d512: Set jlink speed explicitly
The jlink commander failed to program flash with auto speed on the usb_kw24d512 board, so set the speed explicitly on this board. Signed-off-by: Maureen Helm <[email protected]>
1 parent d41fe91 commit 4b69e61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

boards/arm/usb_kw24d512/board.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
board_runner_args(jlink "--device=MKW24D512xxx5")
1+
board_runner_args(jlink "--device=MKW24D512xxx5" "--speed=4000")
22

33
include(${ZEPHYR_BASE}/boards/common/jlink.board.cmake)

0 commit comments

Comments
 (0)