㈠ 哪位大神有NuConsole(新唐單片機軟體) V2.04.6725 中英文安裝版軟體百度雲資源
鏈接:
提取碼:wgws
軟體名稱:NuConsole(新唐單片機軟體)V2.04.6725中英文安裝版
語言:簡體中文
大小:27.33MB
類別:系統工具
介紹:NuConsole又名新唐單片機軟體傳送機制,是不可缺少的軟體,還提供信息塊查看功能,可以在軟體顯示地址0x20000000,支持傳輸文本查看功能,可以在軟體設置需要傳輸的文本,您可以在軟體輸入需要發送的內容,可以測試單片機通信能力,在軟體對發送命令測試。
㈡ 單片機 中英文翻譯
The AVR core combines a rich instruction set with 32 general purpose working registers.
All the 32 registers are directly connected to the Arithmetic Logic Unit (ALU), allowing
two independent registers to be accessed in one single instruction executed in one clock
cycle. The resulting architecture is more code efficient while achieving throughputs up to
ten times faster than conventional CISC microcontrollers.
The ATmega8 provides the following features: 8K bytes of In-System Programmable
Flash with Read-While-Write capabilities, 512 bytes of EEPROM, 1K byte of SRAM, 23
general purpose I/O lines, 32 general purpose working registers, three flexible
Timer/Counters with compare modes, internal and external interrupts, a serial program-
mable USART, a byte oriented Two-wire Serial Interface, a 6-channel ADC (eight
channels in TQFP and MLF packages) where four (six) channels have 10-bit accuracy
and two channels have 8-bit accuracy, a programmable Watchdog Timer with Internal
Oscillator, an SPI serial port, and five software selectable power saving modes. The Idle
mode stops the CPU while allowing the SRAM, Timer/Counters, SPI port, and interrupt
system to continue functioning. The Power-down mode saves the register contents but
freezes the Oscillator, disabling all other chip functions until the next Interrupt or Hard-
ware Reset. In Power-save mode, the asynchronous timer continues to run, allowing the
user to maintain a timer base while the rest of the device is sleeping. The ADC Noise
Rection mode stops the CPU and all I/O moles except asynchronous timer and
ADC, to minimize switching noise ring ADC conversions. In Standby mode, the crys-
tal/resonator Oscillator is running while the rest of the device is sleeping. This allows
very fast start-up combined with low-power consumption.
The device is manufactured using Atmel』s high density non-volatile memory technology.
The Flash Program memory can be reprogrammed In-System through an SPI serial
interface, by a conventional non-volatile memory programmer, or by an On-chip boot
program running on the AVR core. The boot program can use any interface to download
the application program in the Application Flash Memory. Software in the Boot Flash
Section will continue to run while the Application Flash Section is updated, providing
true Read-While-Write operation. By combining an 8-bit RISC CPU with In-System Self-
Programmable Flash on a monolithic chip, the Atmel ATmega8 is a powerful microcon-
troller that provides a highly-flexible and cost-effective solution to many embedded
control applications.
The ATmega8 AVR is supported with a full suite of program and system development
tools, including C compilers, macro assemblers, program debugger/simulators, In-Cir-
cuit Emulators, and evaluation kits.
AVR 內核具有豐富的指令集和 32 個通用工作寄存器。所有的寄存器都直接與算邏單元
(ALU) 相連接,使得一條指令可以在一個時鍾周期內同時訪問兩個獨立的寄存器。這種結
構大大提高了代碼效率,並且具有比普通的 CISC微控制器最高至 10倍的數據吞吐率。
ATmega8 有如下特點 :8K 位元組的系統內可編程 Flash( 具有同時讀寫的能力,即 RWW),
512 位元組 EEPROM,1K 位元組 SRAM,32 個通用 I/O 口線,32 個通用工作寄存器,三個
具有比較模式的靈活的定時器 / 計數器 (T/C), 片內 / 外中斷,可編程串列 USART,面向
位元組的兩線串列介面, 10 位 6 路 (8 路為 TQFP 與 MLF 封裝 )ADC,具有片內振盪器的
可編程看門狗定時器,一個 SPI 串列埠,以及五種可以通過軟體進行選擇的省電模式。
工作於空閑模式時 CPU 停止工作,而 SRAM、 T/C、 SPI 埠以及中斷系統繼續工作;
掉電模式時晶體振盪器停止振盪,所有功能除了中斷和硬體復位之外都停止工作;在省
電模式下,非同步定時器繼續運行,允許用戶保持一個時間基準,而其餘功能模塊處於休眠
狀態; ADC 雜訊抑制模式時終止 CPU 和除了非同步定時器與 ADC 以外所有 I/O 模塊的工
作,以降低 ADC 轉換時的開關雜訊; Standby 模式下只有晶體或諧振振盪器運行,其餘
功能模塊處於休眠狀態,使得器件只消耗極少的電流,同時具有快速啟動能力。
本晶元是以 Atmel 高密度非易失性存儲器技術生產的。片內 ISP Flash 允許程序存儲器通
過 ISP 串列介面,或者通用編程器進行編程,也可以通過運行於 AVR 內核之中的引導程
序進行編程。引導程序可以使用任意介面將應用程序下載到應用Flash存儲區(Application
Flash Memory)。在更新應用Flash存儲區時引導Flash區(Boot Flash Memory)的程序繼續
運行,實現了 RWW 操作。 通過將 8 位 RISC CPU 與系統內可編程的 Flash 集成在一個
晶元內,ATmega8 成為一個功能強大的單片機,為許多嵌入式控制應用提供了靈活而低
成本的解決方案。
ATmega8 具有一整套的編程與系統開發工具,包括:C 語言編譯器、宏匯編、 程序調試
器 / 軟體模擬器、模擬器及評估板。
自己先選一個AVR單片機的型號,然後可以在網上找到其中文和英文datasheet,自己對照稍微改一下,增加幾句自己的話就可以簡單搞定了,如上面的內容一樣