參數(shù)資料
型號(hào): DS80C320-ECL
廠商: Maxim Integrated Products
文件頁(yè)數(shù): 5/38頁(yè)
文件大?。?/td> 0K
描述: IC MCU HI SPEED 33MHZ 44-TQFP
產(chǎn)品培訓(xùn)模塊: Lead (SnPb) Finish for COTS
產(chǎn)品變化通告: Product Discontinuation 20/Feb/2012
標(biāo)準(zhǔn)包裝: 160
系列: 80C
核心處理器: 8051
芯體尺寸: 8-位
速度: 33MHz
連通性: EBI/EMI,SIO,UART/USART
外圍設(shè)備: 電源故障復(fù)位,WDT
輸入/輸出數(shù): 32
程序存儲(chǔ)器類型: ROMless
RAM 容量: 256 x 8
電壓 - 電源 (Vcc/Vdd): 4.5 V ~ 5.5 V
振蕩器型: 外部
工作溫度: 0°C ~ 70°C
封裝/外殼: 44-TQFP
包裝: 托盤
DS80C320/DS80C323 High-Speed/Low-Power Microcontrollers
13 of 38
DUAL DATA POINTER
Data memory block moves can be accelerated using the Dual Data Pointer (DPTR). The standard 8032
DPTR is a 16-bit value that is used to address off-chip data RAM or peripherals. In the
DS80C320/DS80C323, the standard 16-bit data pointer is called DPTR0 and is located at SFR addresses
82h and 83h. These are the standard locations. The new DPTR is located at SFR 84h and 85h and is
called DPTR1. The DPTR Select bit (DPS) chooses the active pointer and is located at the LSB of the
SFR location 86h. No other bits in register 86h have any effect and are set to 0. The user switches
between data pointers by toggling the LSB of register 86h. The increment (INC) instruction is the fastest
way to accomplish this. All DPTR-related instructions use the currently selected DPTR for any activity.
Therefore only one instruction is required to switch from a source to a destination address. Using the
Dual-Data Pointer saves code from needing to save source and destination addresses when doing a block
move. Once loaded, the software simply switches between DPTR and 1. The relevant register locations
are as follows.
DPL
82h
Low byte original DPTR
DPH
83h
High byte original DPTR
DPL1 84h
Low byte new DPTR
DPH1 85h
High byte new DPTR
DPS
86h
DPTR Select (LSB)
Sample code listed below illustrates the saving from using the dual DPTR. The example program was
original code written for an 8051 and requires a total of 1869 DS80C320/DS80C323 machine cycles. This
takes 299
s to execute at 25MHz. The new code using the Dual DPTR requires only 1097 machine
cycles taking 175.5
s. The Dual DPTR saves 772 machine cycles or 123.5s for a 64-byte block move.
Since each pass through the loop saves 12 machine cycles when compared to the single DPTR approach,
larger blocks gain more efficiency using this feature.
64-Byte Block Move without Dual Data Pointer
; SH and SL are high and low byte source address.
; DH and DL are high and low byte of destination address.
# CYCLES
MOV
R5, #64d
; NUMBER OF BYTES TO MOVE
2
MOV
DPTR, #SHSL
; LOAD SOURCE ADDRESS
3
MOV
R1, #SL
; SAVE LOW BYTE OF SOURCE
2
MOV
R2, #SH
; SAVE HIGH BYTE OF SOURCE
2
MOV
R3, #DL
; SAVE LOW BYTE OF DESTINATION
2
MOV
R4, #DH
; SAVE HIGH BYTE OF DESTINATION
2
MOVE:
; THIS LOOP IS PERFORMED THE NUMBER OF TIMES LOADED INTO R5, IN THIS EXAMPLE 64
MOVX
A, @DPTR
; READ SOURCE DATA BYTE
2
MOV
R1, DPL
; SAVE NEW SOURCE POINTER
2
MOV
R2, DPH
;
2
MOV
DPL, R3
; LOAD NEW DESTINATION
2
MOV
DPH, R4
;
2
MOVX
@DPTR, A
; WRITE DATA TO DESTINATION
2
INC
DPTR
; NEXT DESTINATION ADDRESS
3
MOV
R3, DPL
; SAVE NEW DESTINATION POINTER
2
MOV
R4, DPH
;
2
MOV
DPL, R1
; GET NEW SOURCE POINTER
2
MOV
DPH, R2
;
2
INC
DPTR
; NEXT SOURCE ADDRESS
3
DJNZ
R5, MOVE
; FINISHED WITH TABLE?
3
相關(guān)PDF資料
PDF描述
DS80C320-ECG IC MCU HI SPEED 25MHZ 44-TQFP
PK60X256VMD100 IC ARM CORTEX MCU 256K 144-MAP
PK60X256VLQ100 IC ARM CORTEX MCU 256K 144-LQFP
PK60N256VMD100 IC ARM CORTEX MCU 256K 144-MAP
PK40X256VLQ100 IC ARM CORTEX MCU 256K 144-LQFP
相關(guān)代理商/技術(shù)參數(shù)
參數(shù)描述
DS80C320-ECL/T&R 制造商:Maxim Integrated Products 功能描述:IC MCU HI SPEED 33MHZ 44-TQFP
DS80C320-ECL/T&R 功能描述:IC MCU HI SPEED 33MHZ 44-TQFP RoHS:否 類別:集成電路 (IC) >> 嵌入式 - 微控制器, 系列:80C 產(chǎn)品培訓(xùn)模塊:Lead (SnPb) Finish for COTS Obsolescence Mitigation Program 標(biāo)準(zhǔn)包裝:260 系列:73S12xx 核心處理器:80515 芯體尺寸:8-位 速度:24MHz 連通性:I²C,智能卡,UART/USART,USB 外圍設(shè)備:LED,POR,WDT 輸入/輸出數(shù):9 程序存儲(chǔ)器容量:64KB(64K x 8) 程序存儲(chǔ)器類型:閃存 EEPROM 大小:- RAM 容量:2K x 8 電壓 - 電源 (Vcc/Vdd):2.7 V ~ 5.5 V 數(shù)據(jù)轉(zhuǎn)換器:- 振蕩器型:內(nèi)部 工作溫度:-40°C ~ 85°C 封裝/外殼:68-VFQFN 裸露焊盤 包裝:管件
DS80C320-ECL+ 功能描述:8位微控制器 -MCU High-Speed Low-Power RoHS:否 制造商:Silicon Labs 核心:8051 處理器系列:C8051F39x 數(shù)據(jù)總線寬度:8 bit 最大時(shí)鐘頻率:50 MHz 程序存儲(chǔ)器大小:16 KB 數(shù)據(jù) RAM 大小:1 KB 片上 ADC:Yes 工作電源電壓:1.8 V to 3.6 V 工作溫度范圍:- 40 C to + 105 C 封裝 / 箱體:QFN-20 安裝風(fēng)格:SMD/SMT
DS80C320-ECR 制造商:DALLAS 制造商全稱:Dallas Semiconductor 功能描述:High-Speed Microcontroller User Guide
DS80C320-END 制造商:DALLAS 制造商全稱:Dallas Semiconductor 功能描述:High-Speed Microcontroller User Guide