Searched full:dap (Results 1 – 25 of 164) sorted by relevance
1234567
4 menuconfig DAP config9 Debug Access Port support (currently CMSIS DAP only)11 if DAP26 default "CMSIS-DAP"48 DAP USB backend using bulk endpoints.50 module = DAP51 module-str = dap54 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);71 /* Get DAP Information */213 LOG_ERR("DAP device is already connected"); in dap_connect()246 LOG_WRN("DAP device is not connected"); in dap_disconnect()262 LOG_DBG("dap delay %u ms", delay); in dap_delay()294 LOG_ERR("DAP device is not connected"); in dap_swj_pins()337 LOG_WRN("DAP device is not connected"); in dap_swj_clock()359 LOG_ERR("DAP device is not connected"); in dap_swj_sequence()[all …]
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]
1 .. zephyr:code-sample:: cmsis-dap2 :name: CMSIS-DAP4 Implement a custom CMSIS-DAP controller using SWDP interface driver.9 This sample app demonstrates use of a SWDP interface driver and CMSIS DAP10 controller through DAP USB backend.24 The following commands build and flash DAP sample.27 :zephyr-app: samples/subsys/dap
2 name: DAP USB4 sample.dap.bulk:12 tags: dap
2 CONFIG_SAMPLE_USBD_PRODUCT="Zephyr CMSIS-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
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
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]
6 # Default cmsis-dap, it will be overwritten below if requires7 set(MAX32_INTERFACE_CFG "cmsis-dap.cfg")
2 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]
1 source [find interface/stlink-dap.cfg]
36 - DAPLink (CMSIS-DAP) interface for program and debug:38 + USB HID (DAP): CMSIS-DAP compliant debug channel.96 The VBLUno51 board has on-board DAPLink (CMSIS-DAP) interface for flashing and debugging.
5 set INTERFACE "cmsis-dap"