Skip to content

Commit 07eb4a5

Browse files
zapb-0erhankur
authored andcommitted
tcl/board: Add NXP FRDM-K64F
Change-Id: I4b8fbfb2948c4295c2a34d641dd59a73c512d9fa Signed-off-by: Marc Schink <[email protected]> Reviewed-on: https://review.openocd.org/c/openocd/+/6884 Tested-by: jenkins Reviewed-by: Antonio Borneo <[email protected]> Reviewed-by: Tomas Vanek <[email protected]>
1 parent 7327673 commit 07eb4a5

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

tcl/board/nxp_frdm-k64f.cfg

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# SPDX-License-Identifier: GPL-2.0-or-later
2+
3+
# This is an NXP Freedom eval board with a single MK64FN1M0VLL12 chip.
4+
# https://www.nxp.com/design/development-boards/freedom-development-boards/mcu-boards/freedom-development-platform-for-kinetis-k64-k63-and-k24-mcus:FRDM-K64F
5+
#
6+
7+
source [find interface/cmsis-dap.cfg]
8+
9+
# Set working area to 16 KiB
10+
set WORKAREASIZE 0x4000
11+
12+
set CHIPNAME k64f
13+
reset_config srst_only
14+
15+
source [find target/kx.cfg]

0 commit comments

Comments
 (0)