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
- 打開AVR Stduio 4
- 系統會帶起開新專案,選 AVR GCC,填入 Project name,按 Next。
- AVR Simulator 2 | ATmega 169 | Finish
- 建立下面程式碼之後存檔。
1
#include
2
int
main(
void
)
3
{
4
printf
(
"Hello Avr\n"
);
5
return
(1);
6
}
【燒錄】
- 只先驗證WinAvr/AVR Studio的功能所以這部分先省略。
- AVR Butterfly 連接測試及第一個程式
http://blog.xuite.net/harveyhuang/diary/6121490 - Mp3 decodeVS1011E Module
http://www.8052diy.com/ - Embedded SD Card/MMC Card
http://www.freelabs.com/~whitis/sd_card/ - AVR Butterfly Mp3
http://www.brokentoaster.com/butterflymp3/index.html - C Programming for Microcontrollers
http://www.smileymicros.com/Quick%20Start%20Guide%20-%20The%20Next%20Generation.pdf - Pololu 3pi Robot ("3拍"迷宮與循線機器人學習套件)
http://www.playrobot.com/robotics/production%20information/3pi%20robot.htm - AVR_MEGA開發板
http://www.kaise.com.tw/u_system/product/mcu/avrmega/
Getting Start with AvrStudio 4.0
AVR Studio 5
沒有留言:
張貼留言
注意:只有此網誌的成員可以留言。