Created
June 7, 2018 05:12
-
-
Save sin5678/b7cd59238020ee8c4effd04ce0dcb5d0 to your computer and use it in GitHub Desktop.
STM32duino 配置
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
淘宝 十几块 一个的开发板 CPU是 STM32F103C8T6 64K闪存 72MHZ 的主频 性能是可以完爆 arduino nano 的那个 8 位CPU了 价钱却也没贵多少 | |
下载 arduino | |
arduino 开发板管理器中搜索 SAM 并安装 这个主要是安装 arm 开发板的工具链 | |
https://github.com/rogerclarkmelbourne/Arduino_STM32 选择下载 zip 文件,整个项目打包下载下来 | |
解压到 arduino 的 hardware 目录 | |
重新打开 arduino 工具下面应该可以看到新增的 STM32 类型的开发板 选择 STM32F103C 系列的 | |
选择一个示例项目 即可测试烧录 推荐使用 ST-LINK 方式下载 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment