建立免费的编程环境 AVR Studio 4+WinAVR

原文地址::https://blog.csdn.net/scliu12345/article/details/79869058

相关文章

1、avrstudio+winavr开发环境的建立和使用----https://wenku.baidu.com/view/225b571010a6f524ccbf85bc.html

转自:https://blog.csdn.net/dearwind153/article/details/7414187

从网上下载AVR Studio 4和 WinAVR 并安装.

AVR Studio 4.18 (build 684)

下载地址:http://www.atmel.com/dyn/resources/prod_documents/AvrStudio4Setup.exe

(http://mycomsats.com/download-atmel-avr-studio-4-free/)

在从官方网站下载AVR Studio 4.18 SP2补丁

WinAVR-20100110(开源而且免费) 它支持AVR AVR32

下载地址:http://sourceforge.net/projects/winavr/files/

在下一教程中将介绍简单学习板USB AVR ISP mkII编程器的制作.

打开AVR Studio 4 在弹出新建工程向导窗口中点击[New Project]























转自:http://pobo10.blog.163.com/blog/static/4556386820144183143270/

目前在做AVR的项目,做些备忘。

1.使用AVR GCC做为编译器

WinAVR+AVR Studio编译环境配置 - 枫 - 枫的博客

 2.选择仿真调试平台 

WinAVR+AVR Studio编译环境配置 - 枫 - 枫的博客

3.选择Device,设置Frequency,代码优化选项Optimization,输出hex文件 

WinAVR+AVR Studio编译环境配置 - 枫 - 枫的博客

4.设置包含文件(头文件)路径 

WinAVR+AVR Studio编译环境配置 - 枫 - 枫的博客

5.设置库文件路径 

WinAVR+AVR Studio编译环境配置 - 枫 - 枫的博客

6.设置工具链路径(不使用AVR Toolchain) 

WinAVR+AVR Studio编译环境配置 - 枫 - 枫的博客

 如此便可使用winavr作为c编译器,不会出现avr-objcopy: '****.elf': No such file的错误。

猜你喜欢

转载自blog.csdn.net/xqhrs232/article/details/88821529
今日推荐