muyichuan2012 发表于 2022-11-3 11:49

Arduino IDE支持AT32 MCU吗?

本帖最后由 ArterySW 于 2022-12-30 09:38 编辑

Arduino IDE支持AT32 MCU吗?

2022年12月30日新增Arduino IDE for AT32F437 github地址如下
https://github.com/igorbig/ArduinoCore-AT32F4
Arduino IDE for AT32F403A,github 仓库地址如下:
https://github.com/WeActStudio/ArduinoCore-AT32F4
https://github.com/WeActStudio/WeActStudio.BlackPill

ArduinoCore-AT32F4Using this core with the Arduino IDETo compile for this core with the Arduino IDE, add the following URL to the boards manager.https://raw.githubusercontent.com/WeActStudio/ArduinoCore-AT32F4/main/package_at32_index.json
WeAct Studio BlackPill
[*]AT32F403ACGU7 240Mhz,RAM:96+128KB,ROM:256+768KB Timer x 14,SysTick x 1,RTC x 1,I2C x 3,SPI x 4,UART x 7,SDIO x 1,USBFS x 1,CAN x 2 ...
   雅特力官方网址: www.arterytek.com/cn/ https://github.com/WeActStudio/WeActStudio.BlackPill/raw/main/Images/1.png当前核心板硬件版本: V1.0文件夹说明
[*]Doc 中英文版本数据手册,参考手册,勘误手册等
[*]Examples template/msc/rtc/run_in_spim keil 例程
[*]HDK 板子外形/原理图PDF版本,Altium Designer核心板封装
[*]SDK 雅特力官方开发环境AddOn支持包/固件例程库(SDK)
[*]Tools ISP/ICP/ATLINK 编程工具,WeAct Studio Download Tool For AT32
AT32如何烧录程序
[*]AT32 MCU 支持 USB/UART/J-link/ATLink 烧录
[*]USB/UART 烧录文档&&工具: 见目录 Tools\AT32 Artery_ISP_Programmer_xx.zip\Document\UM_ISP_Programmer_EN.pdf
[*]WeAct Studio 一键烧录工具: 见目录 Tools\WeAct_Studio_Download_Tool_For_AT32_Vxx.zip
/*---------------------------------------- WeAct Studio 官方链接- taobao: weactstudio.taobao.com- aliexpress: weactstudio.aliexpress.com- github: github.com/WeActTC- gitee: gitee.com/WeAct-TC- blog: www.weact-tc.cn---------------------------------------*/



软核硬核 发表于 2022-11-3 17:08

好像只有一个型号的库,Arduino IDE的开发优势是什么?

wsnsyy 发表于 2022-11-15 13:17

下载https://raw.githubusercontent.com/WeActStudio/ArduinoCore-AT32F4/main/package_at32_index.json时出错

chairmem 发表于 2022-11-16 16:01

我下载过这个,拆开看过里面的文件,这个版本是72mhz的,而403A的官方额定主频是240mhz。由此可以判定用的是f103的文件改的兼容at32的方案。目前的情况看起来像是个换壳项目,有待努力啊。

muyichuan2012 发表于 2022-11-16 20:07

本帖最后由 muyichuan2012 于 2022-11-17 11:35 编辑

这个链接的arduino包有支持403A 435 和421,主频都是AT32最高频。https://github.com/FASTSHIFT/Arduino-For-Keil

caigang13 发表于 2022-12-1 20:10

看看arduino开发板选项里面有没有就知道了。
页: [1]
查看完整版本: Arduino IDE支持AT32 MCU吗?