Fixed HW ID

This commit is contained in:
Martin Loren
2021-11-27 07:44:26 +08:00
parent 952656a15c
commit b080772374
2 changed files with 13 additions and 7 deletions

View File

@@ -1,18 +1,24 @@
# Artery-AT32-PlatformIO
PlatformIO platform and framework for Artery AT32 MCU
Released specifically for latest MCU AT32F403A with Visual Studio Code & PlatformIO.
Released specifically for latest AT32F403A MCU with Visual Studio Code & PlatformIO.
## Instructions
1) Copy the folders under .platformio in your .platformio folder (ie: C:\Users\(username)\.platformio)
1) Copy the folders under .platformio into your .platformio folder (ie: C:\Users\(username)\.platformio)
2) Open Visual Studio Code, you should see AT32 Platform among the available platforms
3) Open one of the example folder and try to compile / upload
# Upload on MCU
1) For now it is implemented a custom bootloader based on serial bootloader
2) Set the serial port in the file platformio.ini in the project folder
3) Run the Upload
Available upload methods: serial bootloader, dfu
1) Set it in the file platformio.ini in the project folder, complete configuration options in Example project cmsis-blink
2) Run the Upload
Notes: serial bootloader speed seems to work up to 115200 (at higher speed often it doesn't work)
# Supported
- Hardware Floating point unit (FPU)
# TO-DO List
# AT32F403A on Bluepill PCB
You can replace the MCU on the Bluepilll board with the AT32F403A. It is pin fully compatible.