【AVR】AvrStudio4


【環境】

  1. Win7

【軟體】

  1. WinAvr http://winavr.sourceforge.net/
  2. AvrStudio http://winavr.sourceforge.net/

【硬體】

  1. AVR Butterfly/ATmega169(目前非必要)
    image

【安裝】

  1. 先安裝 WinAvr http://sourceforge.net/projects/winavr/
  2. 再安裝 AvrStudio http://www.atmel.com/dyn/Products/tools_card.asp?tool_id=2725
    參考影片檔 http://www.youtube.com/watch?v=MnSWMIRsSQo
  3. 安裝完出現
    1. AVR Battery Studio: 給模擬板用的嗎?
    2. AVR Stduio 4: 官方主要開發軟體。
    3. AVR Tool Help
    4. AVR Wireless Studio: 好像是給 Rf 用的。
    5. AVR Plug-in Mananger

【程式】

  1. 打開AVR Stduio 4
  2. 系統會帶起開新專案,選 AVR GCC,填入 Project name,按 Next。
    image
  3. AVR Simulator 2 | ATmega 169 | Finish
    image 
  4. 建立下面程式碼之後存檔。
    #include <stdio.h>
    int main(void)
    {
     printf("Hello Avr\n");
     return (1);
    }

【編譯】

  1. Build | Rebuild All
    image

【燒錄】

  1. 只先驗證WinAvr/AVR Studio的功能所以這部分先省略。

【參考】

  1. AVR Butterfly 連接測試及第一個程式
    http://blog.xuite.net/harveyhuang/diary/6121490
  2. Mp3 decodeVS1011E Module
    http://www.8052diy.com/
  3. Embedded SD Card/MMC Card
    http://www.freelabs.com/~whitis/sd_card/
  4. AVR Butterfly Mp3
    http://www.brokentoaster.com/butterflymp3/index.html
  5. C Programming for Microcontrollers
    http://www.smileymicros.com/Quick%20Start%20Guide%20-%20The%20Next%20Generation.pdf
  6. Pololu 3pi Robot ("3拍"迷宮與循線機器人學習套件)
    http://www.playrobot.com/robotics/production%20information/3pi%20robot.htm
  7. AVR_MEGA開發板
    http://www.kaise.com.tw/u_system/product/mcu/avrmega/

【問題】

  1. 該如何搭配 AvrLib Procyon AVRlib - C-Language Function Library for Atmel AVR Processors?
  2. 何謂AVR Libc http://www.nongnu.org/avr-libc/,和AvrLib有何不同?
 

Ed32. Copyright 2008 All Rights Reserved Revolution Two Church theme by Brian Gardner Converted into Blogger Template by Bloganol dot com