最新免费av在线观看,亚洲综合一区成人在线,中文字幕精品无码一区二区三区,中文人妻av高清一区二区,中文字幕乱偷无码av先锋

登錄 免費(fèi)注冊(cè) 首頁 | 行業(yè)黑名單 | 幫助
維庫電子市場(chǎng)網(wǎng)
技術(shù)交流 | 電路欣賞 | 工控天地 | 數(shù)字廣電 | 通信技術(shù) | 電源技術(shù) | 測(cè)控之家 | EMC技術(shù) | ARM技術(shù) | EDA技術(shù) | PCB技術(shù) | 嵌入式系統(tǒng)
驅(qū)動(dòng)編程 | 集成電路 | 器件替換 | 模擬技術(shù) | 新手園地 | 單 片 機(jī) | DSP技術(shù) | MCU技術(shù) | IC 設(shè)計(jì) | IC 產(chǎn)業(yè) | CAN-bus/DeviceNe

下載最新WINAVR 2005版本

作者:hotpower 欄目:單片機(jī)
下載最新WINAVR 2005版本
剛試了一下,首先有2個(gè)頭文件的目錄被移動(dòng)了.
ina90.h
twi.h

原來為:
#include <avr/ina90.h>
#include <avr/twi.h>

現(xiàn)在為:
#include <compat/ina90.h>
#include <compat/twi.h>


http://61.144.28.245/ouravr/bbs/bbs_content.jsp?bbs_sn=404863&bbs_page_no=1&bbs_id=1000

2樓: >>參與討論
Anitya
多謝hotpower了
1月份在郵件組中有見到說過月底會(huì)推出,不過沒有具體時(shí)間.現(xiàn)在終于出來了.可以試試了.

3樓: >>參與討論
hotpower
郁悶,有好些已有的工程編譯不了。。
還是用舊版本,以后有時(shí)間再試吧...

4樓: >>參與討論
zsmbj
老外有意思,趕在2月14日推出!呵呵!
WinAVR 20050214 Released

WinAVR (pronounced "whenever") is a suite of executable, open source SOFTWARE.html">SOFTWARE development tools for the ATMEL AVR series of RISC microprocessors hosted on the Windows platform. It includes the GNU GCC compiler for C and C++.  

WinAVR can be found at <http://sourceforge.net/projects/winavr/> with this release being at http://sourceforge.net/project/showfiles.php?group_id=68108&PACKAGE_id=66543&release_id=305042

Below is just a SAMPLE of what's new.

- README:

The WinAVR README file has now become the WinAVR User Manual and is
available in HTML.

- GCC:

New version, 3.4.3.

- avr-libc:

New version, 1.2.3. Many bugs fixed.

- avrdude:

Built from CVS after 4.4.0.

New safe mode added. Will attempt to save the state of the fuses from
accidental change.

- uisp:

New version, 20050207.

- avarice:

New version, 2.3.

- SRecord

New version: 1.21
(Special Thanks to J&ouml;rg Wunsch for building this at the last minute!)

- Programmers Notepad

New version, 2.0.5.48.

- avrdude-gui:

New PACKAGE! This is a GUI fronted to the avrdude downloader SOFTWARE.html">SOFTWARE.

WARNING: avrdude-gui is in an *ALPHA* stage and is included as a preview. Use
at your own risk!

- dwarfdump 20041122:

New PACKAGE! This utility can DISPLAY lots of information about your ELF file  
that contains DWARF2 debugging information.

- GNU Make:

New version, 3.80. Now a native Win32 executable.

- avr-mem script

New addition. This is used by the Makefile Template to report MEMORY usage.

- Makefile Template

Integrate the new avr-mem script to report MEMORY usage.
New dependency generation flags.
New rule to generate preprocessed OUTPUT for GCC bug reports.
New experimental rule to start debugging: make debug.
New macro to define a CPU frequency for all source code files.
DWARF2 is now the default debugging information.

- Installer:

The unINSTALLer is now smarter, it INSTALLs a log of the files that are included
and it ONLY removes the files from the log.

A registry key was put BACK in giving the location of the INSTALLation. Look in
HKLM\SOFTWARE\WinAVR.

It is now optional to INSTALL Programmers Notepad.  

For more information including tutorials you can check out the WinAVR homepage at http://winavr.sourceforge.net

-The WinAVR Team


* - 本貼最后修改時(shí)間:2005-2-16 12:29:48 修改者:zsmbj

5樓: >>參與討論
tangqin
有沒有和KEIL CX51相當(dāng)?shù)腁VR編譯器
沒有好的編譯器,用大容量的AVR信心不足。

6樓: >>參與討論
zhongwei
反應(yīng)真快,呀...
 
7樓: >>參與討論
qjy_dali
不知道這個(gè)“情人節(jié)”版本支不支持M48/88/168?
 
8樓: >>參與討論
hotpower
不知各位用著如何???
沒時(shí)間一試,但感覺這個(gè)版本不太好,有些“愚人節(jié)版本”的感覺。。。

9樓: >>參與討論
汽車電子
好用不?我用的是20040720版本
 
10樓: >>參與討論
汽車電子
下了,支持M48/88,好!
支持的MEGA系列單片機(jī)型號(hào):
?ATMEGA8
?ATMEGA103
?ATMEGA128
?ATMEGA16
?ATMEGA161
?ATMEGA162
?ATMEGA163
?ATMEGA165
?ATMEGA168
?ATMEGA169
?ATMEGA32
?ATMEGA323
?ATMEGA325
?ATMEGA3250
?ATMEGA48
?ATMEGA64
?ATMEGA645
?ATMEGA6450
?ATMEGA8515
?ATMEGA8535
?ATMEGA88

11樓: >>參與討論
wushuangli
挺好用的啊
編譯不通過只是去掉了,一些不建議采用的宏定義造成的,自己改造一下,以后不用就是了。
象inp(),sebi()BV等都不讓用了。

12樓: >>參與討論
hotpower
_BV()宏好象還支持吧
各位能否列出不支持的頭文件及不支持的宏???

謝謝。。

13樓: >>參與討論
qjy_dali
只要支持M48/88/168我就敢用!
 
14樓: >>參與討論
zsmbj
測(cè)試了一下,以下一些宏不支持了。
EEPROM的讀寫,FLASH的訪問,還有對(duì)硬件的操作如:cbi,sbi。

可以自己在程序里定義一下,如:
#define PRG_RDB(addr)           pgm_read_byte(addr)
#define eeprom_rb(addr)     eeprom_read_byte ((uint8_t *)(addr))
#define eeprom_wb(addr,val)     eeprom_write_byte ((uint8_t *)(addr), (uint8_t)(val))
#define cbi(sfr, bit)         (_SFR_BYTE(sfr) &= ~_BV(bit))
#define sbi(sfr, bit)         (_SFR_BYTE(sfr) |= _BV(bit))

還發(fā)現(xiàn)對(duì)看門狗關(guān)閉的函數(shù)也有所改變。


15樓: >>參與討論
lanmp
上一個(gè)版本就支持48/88/168了
不過EEPROM還是不支持這幾個(gè),和上一個(gè)版本一樣

16樓: >>參與討論
hotpower
謝謝教主的測(cè)試
最近是農(nóng)忙,所以沒空測(cè)試。

謝謝。!

17樓: >>參與討論
dontium
頂呀
.

18樓: >>參與討論
AIRWILL
好慢哪
 
19樓: >>參與討論
AIRWILL
這個(gè)比較快
http://voxel.dl.sourceforge.net/sourceforge/winavr/WinAVR-20050214-install.exe


20樓: >>參與討論
hotpower
郁悶,只取模塊的一部分就可以編譯通過
用2004-07-20編譯通過的程序在2005-02-14有些不能通過.

可能是有些宏已不支持但為列出出錯(cuò)位置.

只取模塊的一部分并重建一個(gè)項(xiàng)目確能通過...

真無法搞清有哪些不再支持的宏.

21樓: >>參與討論
athlon64fx
看錯(cuò)誤原因
然后把所有不支持的修改了
不會(huì)沒有錯(cuò)誤提示吧?

22樓: >>參與討論
BitFu
不錯(cuò)
 
23樓: >>參與討論
AIRWILL
哦,明白了
對(duì)于 WINAVR 2005 的開發(fā)者,這就是他們的情人
在這個(gè)節(jié)日里,給情人換新裝是順理成章的事啦

24樓: >>參與討論
wyfwsp
多謝
 
25樓: >>參與討論
joyfulzhu
twi.h
請(qǐng)問哪位大哥有TWI的被控模式TWI.H

參與討論
昵稱:
討論內(nèi)容:
 
 
相關(guān)帖子
奇怪,怎么在51里面PS2鍵盤好好的,到了128就出問題了,高手指教
喂狗的疑惑
西安雙龍?jiān)趺绰?lián)系?
AVR單片機(jī)的輸出是不是經(jīng)常不要上拉?
請(qǐng)教高手單片機(jī)程序問題
免費(fèi)注冊(cè)為維庫電子開發(fā)網(wǎng)會(huì)員,參與電子工程師社區(qū)討論,點(diǎn)此進(jìn)入


Copyright © 1998-2006 www.udpf.com.cn 浙ICP證030469號(hào)