2010年10月1日 星期五

AVR Studio 入門教學

from: http://www.avrtv.com/

     In this AVR TV In-depth, we present a basic, but close look into AVR Studio; the FREE development suite for Atmels 8-bit MCU range.
     NB! The flash videos are bit small for full-screen captures. So please download the H.264 file for a full 768×576 video. Find the source file for the LEDchaser here.

you can download the video here:
http://www.avrtv.com/mint/pepper/orderedlist/downloads/download.php?file=http%3A//www.avrtv.com/wp-content/avrtvIssues/avrtv_issue_009/avrtv_issue_009.mov

AvrStudio  簡介
Avr Studio4
  1. 打開AVR Stduio 4
  2. 系統會帶起開新專案,選 AVR GCC,填入 Project name,按 Next。
    image
  3. AVR Simulator 2 | ATmega 169 | Finish
    image 
  4. 建立下面程式碼之後存檔。 
    1#include
    2int main(void)
    3{
    4 printf("Hello Avr\n");
    5 return (1);
    6}
【編譯】
  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/
AVR Studio 4.0





Getting Start with AvrStudio 4.0


AVR Studio 5


Atmel Studio 6

沒有留言:

張貼留言

注意:只有此網誌的成員可以留言。