https://github.com/ARMmbed/DAPLink
https://github.com/ARMmbed/DAPLink
arm cmsis-dap cortex-m debug embedded firmware mbed mcu microcontroller
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ARMmbed/DAPLink
- Owner: ARMmbed
- License: apache-2.0
- Created: 2014-09-28T21:38:24.000Z (about 11 years ago)
- Default Branch: main
- Last Pushed: 2024-08-15T11:05:29.000Z (about 1 year ago)
- Last Synced: 2024-10-29T15:38:06.017Z (12 months ago)
- Topics: arm, cmsis-dap, cortex-m, debug, embedded, firmware, mbed, mcu, microcontroller
- Language: C
- Homepage: https://daplink.io
- Size: 27.5 MB
- Stars: 2,313
- Watchers: 178
- Forks: 976
- Open Issues: 131
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
- StarryDivineSky - ARMmbed/DAPLink - DAP调试接口。它本质上是一个USB设备固件,将USB连接转换为JTAG/SWD调试信号,简化了嵌入式系统的开发和调试流程。DAPLink支持拖放式编程,允许用户直接将二进制文件拖放到DAPLink驱动器中进行烧录。它还提供虚拟串口功能,方便应用程序的输出和调试信息显示。该项目支持多种目标设备和开发工具,具有良好的兼容性和可扩展性。DAPLink的工作原理是利用USB HID协议与主机进行通信,并将调试指令转换为相应的JTAG/SWD信号。它采用模块化设计,易于定制和移植到不同的硬件平台。DAPLink项目由ARMmbed维护,并提供完善的文档和示例代码,方便开发者使用和贡献。其主要特性包括:CMSIS-DAP调试接口、拖放式编程、虚拟串口、支持多种目标设备和开发工具、模块化设计和易于定制。 (硬件_其他 / 资源传输下载)
README
[](https://daplink.io/)
[](https://github.com/ARMmbed/DAPLink/actions/workflows/linux.yml)
[](https://github.com/ARMmbed/DAPLink/actions/workflows/linux.yml)
[](https://join.slack.com/t/pyocd/shared_invite/zt-zqjv6zr5-ZfGAXl_mFCGGmFlB_8riHA)----
Arm Mbed DAPLink is an open-source software project that enables programming and debugging application software running on Arm Cortex CPUs. Commonly referred to as interface firmware, DAPLink runs on a secondary MCU that is attached to the SWD or JTAG port of the application MCU. This configuration is found on nearly all development boards. Enumerating as a USB composite device, it creates a bridge between your development computer and the CPU debug access port. DAPLink enables developers with:
* MSC - drag-n-drop programming flash memory
* CDC - virtual com port for log, trace and terminal emulation
* CMSIS-DAPv2 WinUSB (driver-less vendor-specific bulk) - CMSIS compliant debug channel
* CMSIS-DAPv1 HID - CMSIS compliant debug channel
* WebUSB CMSIS-DAP HID - CMSIS compliant debug channelMore features are planned and will show up gradually over time. The project is constantly under heavy development by Arm, its partners, numerous hardware vendors and the open-source community around the world. DAPLink has superseded the mbed CMSIS-DAP interface firmware project. You are free to use and contribute. Enjoy!
For more detailed usability information [see the users guide.](docs/USERS-GUIDE.md)
## Compatibility
There are many ARM microcontroller-based Hardware Interface Circuits (HICs) that DAPLink interface firmware runs on. These can be found as standalone boards (debugger) or as part of a development kit. Some branded circuits that are known to be IO compatible are:* [Maxim Integrated MAX32625PICO based on MAX32625](https://www.maximintegrated.com/en/products/microcontrollers/MAX32625PICO.html)
* Nuvoton Nu-Link2-Me based on M48SSIDAE
* [NXP LPC-Link2 based on LPC11U35 or LPC4322](https://www.nxp.com/support/developer-resources/hardware-development-tools/lpcxpresso-boards:LPCXPRESSO-BOARDS)
* [NXP MCU-LINK on LPC55xx](https://www.nxp.com/design/microcontrollers-developer-resources/mcu-link-debug-probe:MCU-LINK)
* [NXP OpenSDA based on K20, K22, KL26Z and KL27Z](http://www.nxp.com/products/software-and-tools/run-time-software/kinetis-software-and-tools/ides-for-kinetis-mcus/opensda-serial-and-debug-adapter:OPENSDA)
* [Segger J-Link OB based on Atmel SAM3U](https://www.segger.com/products/debug-probes/j-link/models/j-link-ob/)
* [STMicroelectronics ST-LINK/V2 (on NUCLEO boards) based on STM32F103CB](https://www.st.com/en/evaluation-tools/stm32-nucleo-boards.html)You can find more information on the microcontrollers supported [here](docs/hic/README.md).
## Releases
There are many board builds (board = HIC + target combination) created from this repository. Quarterly releases will contain new features and bugfixes. Standalone bugfixes are released once reported, verified and fixed. Both quarterly and bugfix releases will result in the build number being incremented. Many development kits and products ship with DAPLink interface firmware or are capable of running DAPLink firmware. **[The current release builds and instructions for updating DAPLink interface firmware is hosted on the DAPLink release site.](https://daplink.io/)** Release notes and previous release builds can be found under GitHub releases.## Contribute
We welcome contributions to DAPLink in any area. Look for an interesting feature or defect
[under issues](https://github.com/ARMmbed/DAPLink/issues). Start a new thread [in the
discussions](https://github.com/ARMmbed/DAPLink/discussions) or
[in Slack](https://join.slack.com/t/pyocd/shared_invite/zt-zqjv6zr5-ZfGAXl_mFCGGmFlB_8riHA)
to engage with the developers and maintainers.Please see the [contribution guidelines](CONTRIBUTING.md) for detailed requirements for
contributions.To report bugs, please [create an issue](https://github.com/ARMmbed/DAPLink/issues/new) in the
GitHub project.## Develop
Information for setting up a development environment, running the tests or creating a release build [can be found in the developers guide.](docs/DEVELOPERS-GUIDE.md)## License
DAPLink is licensed with the permissive Apache 2.0 license. See the [LICENSE](LICENSE) file for the
full text of the license.Copyright © 2006-2023 Arm Ltd