add M484 porting

This commit is contained in:
XIVN1987
2023-02-01 23:29:06 +08:00
parent 0b41c31d56
commit c2d3ce03df
170 changed files with 137421 additions and 3 deletions
+16 -1
View File
@@ -1,5 +1,5 @@
# DAPLink
DAPLink (CMSIS-DAP) porting to Artery AT32F425, WCH CH32V203, WCH CH32V305 and Nuvoton M482.
DAPLink (CMSIS-DAP) porting to Artery AT32F425, WCH CH32V203, WCH CH32V305, Nuvoton M482 and Nuvoton M484.
## DAPLink-AT32F425
DAPLink (CMSIS-DAP) based on Artery AT32F425 (support crystal-less USB), supports SWD and CDC.
@@ -58,3 +58,18 @@ In the C/C++ page of Keil Option Window:
| LED_SWD | PA.2 |
| LED_TXD | PC.1 |
| LED_RXD | PC.0 |
## DAPLink-M484
DAPLink (CMSIS-DAP) based on Nuvoton M484 (High Speed USB with on-chip PHY), supports SWD and CDC.
### Pin map
| FUNC | Pin |
| :---- | :---- |
| SWD_CLK | PA.1 |
| SWD_DIO | PA.0 |
| SWD_RST | PF.4 |
| CDC_TXD | PB.1 |
| CDC_RXD | PB.0 |
| LED_SWD | PA.2 |
| LED_TXD | PC.1 |
| LED_RXD | PC.0 |