Lines Matching +full:phys +full:- +full:clock
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
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
41 # For safety purposes, set for the lowest cpu clock configuration
45 # For safety purposes, set for the lowest cpu clock configuration
46 $_TARGETNAME configure -event reset-start {adapter speed 600}