Lines Matching +full:target +full:- +full:speed
1 # SPDX-License-Identifier: GPL-2.0-or-later
7 source [find target/swj-dp.tcl]
17 # SWD DAP ID of ENE KB1200 Cortex-M4.
24 # Work-area is a space in RAM used for flash programming
32 # Debug Adapter Target Settings
33 swj_newdap $_CHIPNAME cpu -irlen 4 -expected-id $_CPUDAPID
34 dap create $_CHIPNAME.dap -chain-position $_CHIPNAME.cpu
36 target create $_TARGETNAME cortex_m -endian little -dap $_CHIPNAME.dap
38 $_TARGETNAME configure -work-area-phys 0x200c0000 -work-area-size $_WORKAREASIZE -work-area-backup 0
40 # Initial JTAG/SWD speed
43 adapter speed 600
46 $_TARGETNAME configure -event reset-start {adapter speed 600}