Searched full:dap (Results 1 – 25 of 148) sorted by relevance
123456
4 menuconfig DAP config9 Debug Access Port support (currently CMSIS DAP only)11 if DAP33 default "CMSIS-DAP"51 module = DAP52 module-str = dap55 endif # DAP
8 * This file is based on DAP.c from CMSIS-DAP Source (Revision: V2.0.0)9 * https://github.com/ARM-software/CMSIS_5/tree/develop/CMSIS/DAP/Firmware16 * @brief DAP controller private header27 /* DAP Command IDs */67 /* DAP Vendor Command IDs */72 /* DAP Status Code */76 /* DAP ID */94 /* DAP Host Status */98 /* DAP Port */104 /* DAP transfer request bits */[all …]
9 * This file is based on DAP.c from CMSIS-DAP Source (Revision: V2.0.0)10 * https://github.com/ARM-software/CMSIS_5/tree/develop/CMSIS/DAP/Firmware26 LOG_MODULE_REGISTER(dap, CONFIG_DAP_LOG_LEVEL);69 /* Get DAP Information */211 LOG_ERR("DAP device is already connected"); in dap_connect()244 LOG_WRN("DAP device is not connected"); in dap_disconnect()260 LOG_DBG("dap delay %u ms", delay); in dap_delay()292 LOG_ERR("DAP device is not connected"); in dap_swj_pins()335 LOG_WRN("DAP device is not connected"); in dap_swj_clock()357 LOG_ERR("DAP device is not connected"); in dap_swj_sequence()[all …]
2 name: DAP USB4 sample.dap.bulk:10 tags: dap11 sample.dap.bulk.nrf:16 tags: dap
3 DAP Sample Application9 This sample app demonstrates use of a SWDP interface driver and CMSIS DAP26 The following commands build and flash DAP sample.29 :zephyr-app: samples/subsys/dap
5 CONFIG_USB_DEVICE_PRODUCT="Zephyr CMSIS-DAP"
6 project(dap) project
1 source [find interface/cmsis-dap.cfg]13 dap create $_CHIPNAME.dap -chain-position $_CHIPNAME.cpu16 target create $_TARGETNAME cortex_m -dap $_CHIPNAME.dap
23 dap create $_CHIPNAME.dap -chain-position $_CHIPNAME.cpu26 target create $_TARGETNAME cortex_m -dap $_CHIPNAME.dap
18 dap create $_CHIPNAME.dap -chain-position $_CHIPNAME.cpu20 cti create $_CHIPNAME.r7.cti -dap $_CHIPNAME.dap -ap-num 1 -baseaddr $CR7_CTIBASE21 target create $_CHIPNAME.r7 cortex_r4 -dap $_CHIPNAME.dap -ap-num 1 -dbgbase $CR7_DBGBASE -defer-ex…25 cti create $_CHIPNAME.a57.0.cti -dap $_CHIPNAME.dap -ap-num 1 -baseaddr $CA57_0_CTIBASE26 target create $_CHIPNAME.a57.0 aarch64 -dap $_CHIPNAME.dap -ap-num 1 -dbgbase $CA57_0_DBGBASE -cti …
2 dap create $_CHIPNAME.dap -chain-position $_CHIPNAME.cpu5 target create $_TARGETNAME cortex_m -dap $_CHIPNAME.dap
1 source [find interface/cmsis-dap.cfg]
17 # SWD DAP ID of ENE KB1200 Cortex-M4.34 dap create $_CHIPNAME.dap -chain-position $_CHIPNAME.cpu36 target create $_TARGETNAME cortex_m -endian little -dap $_CHIPNAME.dap
10 set _DAPNAME $_CHIPNAME.dap22 dap create $_DAPNAME -chain-position $_CHIPNAME.cpu24 cti create $_CTINAME -dap $_DAPNAME -ap-num 1 -baseaddr $CR52_CTIBASE25 target create $_TARGETNAME armv8r -dap $_DAPNAME -ap-num 1 -dbgbase $CR52_DBGBASE -cti $_CTINAME
15 `Using CMSIS-DAP with LPC-Link2 Probe`_17 `Using CMSIS-DAP with LPC-Link2 Probe`_19 Using CMSIS-DAP with LPC-Link2 Probe
1 # Config Beetle SoC providing a CMSIS-DAP interface.3 source [find interface/cmsis-dap.cfg]
10 # either a CMSIS-DAP or a J-Link interface. It depends on the version of the12 source [find interface/cmsis-dap.cfg]
2 source [find interface/cmsis-dap.cfg]
45 - DAPLink (CMSIS-DAP) interface for program and debug:47 + USB HID (DAP): CMSIS-DAP compliant debug channel.105 The VBLUno51 board has on-board DAPLink (CMSIS-DAP) interface for flashing and debugging.
29 'DAPLink CMSIS-DAP',30 'MBED CMSIS-DAP'78 'DAPLink CMSIS-DAP',86 'DAPLink CMSIS-DAP',91 'DAPLink CMSIS-DAP',
4 set(OPENOCD_NRF5_INTERFACE "cmsis-dap")
1 source [find interface/stlink-dap.cfg]
7 source [find interface/cmsis-dap.cfg]