mirror of
https://github.com/martinloren/Artery-AT32-PlatformIO.git
synced 2026-05-21 09:22:14 +00:00
952656a15cac393ee30b8bc39b24869fa4220467
Artery-AT32-PlatformIO
PlatformIO platform and framework for Artery AT32 MCU
Released specifically for latest MCU AT32F403A with Visual Studio Code & PlatformIO.
Instructions
- Copy the folders under .platformio in your .platformio folder (ie: C:\Users(username).platformio)
- Open Visual Studio Code, you should see AT32 Platform among the available platforms
- Open one of the example folder and try to compile / upload
Upload on MCU
- For now it is implemented a custom bootloader based on serial bootloader
- Set the serial port in the file platformio.ini in the project folder
- 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.
Description
Languages
C
88.4%
Python
11.6%