# CherryUSB-CH58x-DAPLink **Repository Path**: code-money/CherryUSB-CH58x-DAPLink ## Basic Information - **Project Name**: CherryUSB-CH58x-DAPLink - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2026-06-10 - **Last Updated**: 2026-06-10 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Ch582 DAPLink A CMSIS-DAP compliant debugger based on Ch582 ## Features * CMSIS-DAP V2.1 * SWD * JTAG * UART * Connected & Running LED ## Usage | Function | Label | GPIO | |:-|:-:|:-:| | JTAG_TDI | TDI | A0 | | JTAG_TDO | TDO | A1 | | JTAG_TMS | TMS | A2 | | JTAG_TCK | TCK | A15 | | SWD_SWDIO | TMS | A2 | | SWD_SWCLK | TCK | A15 | | nRESET | RTS | A4 | | UART TX | TX | B7 | | UART RX | RX | B4 | Notice that 3.3V level I/O is required. ## Compile and download First clone the project, then use MounRiver Studio to compile and download it to the target board ## Clone ``` git clone https://github.com/HaiMianBBao/CherryUSB-CH58x-DAPLink.git cd CherryUSB-CH58x-DAPLink git submodule update --init --recursive ``` ## Renderings ![DEBUG](img/debug.png) ![UART](img/uart.jpg)