Linux + STM32编程环境

来源:互联网 发布:如何查看淘宝客佣金 编辑:程序博客网 时间:2024/06/05 08:02

工具下载地址:
1,Eclipse(both Eclipse CDT and the MCU plug-ins): https://github.com/gnu-mcu-eclipse/org.eclipse.epp.packages/releases/
2,JDK: http://www.oracle.com/technetwork/java/javase/downloads/jdk9-downloads-3848520.html
3,gcc-arm-none-eabi: https://launchpad.net/gcc-arm-embedded
4,stlink驱动: https://github.com/texane/stlink

将Eclipse下载后(*.tar.gz)解压至/opt/eclipse目录,将jdk-9.0.1下载解压至/opt/eclipse/jre目录,就可使用Eclipse了。

使用教程:
https://gnu-mcu-eclipse.github.io/plugins/install/
https://gnu-mcu-eclipse.github.io/tutorials/blinky-arm/