A CMSIS-DAP compliant debugger based on STM32F1
Function | Label | GPIO |
---|---|---|
JTAG_TDI | TDI | A1 |
JTAG_TDO | TDO | A5 |
JTAG_TMS | TMS | A6 |
JTAG_TCK | TCK | A4 |
SWD_SWDIO | TMS | A6 |
SWD_SWCLK | TCK | A4 |
nRESET | RTS | A0 |
UART TX | TX | A9 |
UART RX | RX | A10 |
Notice that 3.3V level I/O is required.
First clone the project, then use keil to compile and download it to the target board
git clone https://github.com/HaiMianBBao/CherryUSB-STM32F1-DAPLink.git
cd CherryUSB-STM32F1-DAPLink
git submodule update --init --recursive