mirror of
https://github.com/XIVN1987/DAPLink.git
synced 2026-09-27 14:36:22 +00:00
add CH32V203 porting
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
# DAPLink
|
||||
DAPLink (CMSIS-DAP) porting to Artery AT32F425 and Nuvoton M480.
|
||||
DAPLink (CMSIS-DAP) porting to Artery AT32F425, WCH CH32V203 and Nuvoton M480.
|
||||
|
||||
## DAPLink-AT32F425
|
||||
DAPLink (CMSIS-DAP) based on Artery AT32F425 (support crystal-less USB), supports SWD and CDC.
|
||||
@@ -14,6 +14,19 @@ DAPLink (CMSIS-DAP) based on Artery AT32F425 (support crystal-less USB), support
|
||||
| CDC_RXD | PA.3 |
|
||||
| LED_SWD | PA.4 |
|
||||
|
||||
## DAPLink-CH32V203
|
||||
DAPLink (CMSIS-DAP) based on WCH CH32V203 (support crystal-less USB), supports SWD and CDC.
|
||||
|
||||
### Pin map
|
||||
| FUNC | Pin |
|
||||
| :---- | :---- |
|
||||
| SWD_CLK | PA.1 |
|
||||
| SWD_DIO | PA.0 |
|
||||
| SWD_RST | PA.7 |
|
||||
| CDC_TXD | PA.2 |
|
||||
| CDC_RXD | PA.3 |
|
||||
| LED_SWD | PA.4 |
|
||||
|
||||
## DAPLink-M480
|
||||
DAPLink (CMSIS-DAP) based on Nuvoton M480, supports SWD and CDC (1 or 2).
|
||||
|
||||
|
||||
Reference in New Issue
Block a user