From 952656a15cac393ee30b8bc39b24869fa4220467 Mon Sep 17 00:00:00 2001 From: Martin Loren <37680207+martinloren@users.noreply.github.com> Date: Thu, 25 Nov 2021 09:19:39 +0800 Subject: [PATCH] Update README.md --- README.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/README.md b/README.md index cc2b844..77c7a6f 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,19 @@ # Artery-AT32-PlatformIO PlatformIO platform and framework for Artery AT32 MCU + +Released specifically for latest MCU AT32F403A with Visual Studio Code & PlatformIO. + +## Instructions +1) Copy the folders under .platformio in 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 + + +# AT32F403A on Bluepill PCB +You can replace the MCU on the Bluepilll board with the AT32F403A. It is pin fully compatible. +Just need to replace BOOT0 resistor from the present value of 100K with the value of 10K. This will allow the MCU to enter in Bootloader mode and flash it via UART1. \ No newline at end of file