热门标签 | HotTags
当前位置:  开发笔记 > 编程语言 > 正文

(Eclipse)(STM32)STM32在Eclipse編程

因為Keil需要破解才能compile超過32K大小的程式碼,最近在STM32上使用LuaLib。所以輕易就超過32K了,萌生想換IDE的想法。之後轉到Ubuntu應該也能越來越適應。

 

因為Keil需要破解才能compile超過32K大小的程式碼,最近在STM32上使用Lua Lib。

所以輕易就超過32K了,萌生想換IDE的想法。之後轉到Ubuntu 應該也能越來越適應。

首先安裝Eclipse必須先安裝jave jre

1. Java jre

2. Eclipse下載安裝

3. ARM Eclipse Plug-in 在 Help --> Install New Software --> Add (GUN ARM Eclipse Plug-in)

4. Open on Chip Debug (OpenOCD)

5. C/C++ Development Tooling (CDT)

6. GUN Toolchain (GUN ARM Embedded Toolchain)

從0開始配置的話大概是需要這幾項東西,其中 3、5巷可以透過Eclipse (Install New Software) 安裝。

在 Eclipse 建立完 project 再來就適配置 Debugger 和 下載Packs

Download Device

 

 

Debug Configurations

Project Setting - Device Select

Project Setting - Tool Chain Editor

 


推荐阅读
author-avatar
115路公交车_984
这个家伙很懒,什么也没留下!
PHP1.CN | 中国最专业的PHP中文社区 | DevBox开发工具箱 | json解析格式化 |PHP资讯 | PHP教程 | 数据库技术 | 服务器技术 | 前端开发技术 | PHP框架 | 开发工具 | 在线工具
Copyright © 1998 - 2020 PHP1.CN. All Rights Reserved | 京公网安备 11010802041100号 | 京ICP备19059560号-4 | PHP1.CN 第一PHP社区 版权所有