add AT32F425 porting

This commit is contained in:
XIVN1987
2022-12-06 23:20:07 +08:00
parent 8faf69a00c
commit 1ff993dfde
288 changed files with 67638 additions and 44 deletions
+17 -1
View File
@@ -1,4 +1,20 @@
## DAPLink
# DAPLink
DAPLink (CMSIS-DAP) porting to Artery AT32F425 and Nuvoton M480.
## DAPLink-AT32F425
DAPLink (CMSIS-DAP) based on Artery AT32F425 (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).
In the C/C++ page of Keil Option Window: