參數(shù)資料
型號(hào): EP7311-IV-90
廠商: Cirrus Logic Inc
文件頁(yè)數(shù): 21/42頁(yè)
文件大小: 0K
描述: IC ARM720T MCU 90MHZ 208-LQFP
標(biāo)準(zhǔn)包裝: 36
系列: EP7
核心處理器: ARM7
芯體尺寸: 32-位
速度: 90MHz
連通性: 編解碼器,EBI/EMI,IrDA,鍵盤(pán),多媒體編解碼器,SPI/Microwire1,UART/USART
外圍設(shè)備: LCD,LED,MaverickKey,PWM
輸入/輸出數(shù): 27
程序存儲(chǔ)器類(lèi)型: ROMless
RAM 容量: 56K x 8
電壓 - 電源 (Vcc/Vdd): 2.3 V ~ 2.7 V
振蕩器型: 外部
工作溫度: -40°C ~ 85°C
封裝/外殼: 208-LQFP
包裝: 托盤(pán)
其它名稱(chēng): 598-1231
28
4341H–MP3–10/07
AT8xC51SND2C/MP3B
DPTR0 and DPTR1 are seen by the CPU as DPTR and are accessed using the SFR addresses
83h and 84h that are the DPH and DPL addresses. The DPS bit in AUXR1 register (see Table 6-
2) is used to select whether DPTR is the data pointer 0 or the data pointer 1 (see Figure 7-6).
Figure 7-6.
Dual Data Pointer Implementation
7.3.2
Application
Software can take advantage of the additional data pointers to both increase speed and reduce
code size, for example, block operations (copy, compare, search …) are well served by using
one data pointer as a “source” pointer and the other one as a “destination” pointer.
Below is an example of block move implementation using the 2 pointers and coded in assem-
bler. The latest C compiler also takes advantage of this feature by providing enhanced algorithm
libraries.
The INC instruction is a short (2 Bytes) and fast (6 CPU clocks) way to manipulate the DPS bit in
the AUXR1 register. However, note that the INC instruction does not directly force the DPS bit to
a particular state, but simply toggles it. In simple routines, such as the block move example, only
the fact that DPS is toggled in the proper sequence matters, not its actual value. In other words,
the block move routine works the same whether DPS is '0' or '1' on entry.
; ASCII block move using dual data pointers
; Modifies DPTR0, DPTR1, A and PSW
; Ends when encountering NULL character
; Note: DPS exits opposite of entry state unless an extra INC AUXR1 is added
AUXR1
EQU
0A2h
move:
mov
DPTR,#SOURCE ; address of SOURCE
inc
AUXR1
; switch data pointers
mov
DPTR,#DEST
; address of DEST
mv_loop:
inc
AUXR1
; switch data pointers
movx
A,@DPTR
; get a Byte from SOURCE
inc
DPTR
; increment SOURCE address
inc
AUXR1
; switch data pointers
movx
@DPTR,A
; write the Byte to DEST
inc
DPTR
; increment DEST address
jnz
mv_loop
; check for NULL terminator
end_move:
0
1
DPH0
DPH1
DPL0
0
1
DPS
AUXR1.0
DPH
DPL
DPL1
DPTR
DPTR0
DPTR1
相關(guān)PDF資料
PDF描述
EP7312-IV-90 IC ARM720T MCU 90MHZ 208-LQFP
EP9301-CQZ IC ARM9 SOC PROCESSOR 208LQFP
EP9301-IQ IC ARM920T MCU 166MHZ 208-LQFP
EP9307-IR IC ARM920T MCU 200MHZ 272-TFBGA
EP9312-IB IC ARM920T MCU 200MHZ 352-PBGA
相關(guān)代理商/技術(shù)參數(shù)
參數(shù)描述
EP7311-IV-C 制造商:CIRRUS 制造商全稱(chēng):Cirrus Logic 功能描述:HIGH-PERFORMANCE, LOW-POWER SYSTEM-ON-CHIP WITH SDRAM AND ENHANCED DIGITAL AUDIO INTERFACE
EP7311-IVZ 制造商:Cirrus Logic 功能描述:
EP7311M-IB 功能描述:音頻片上系統(tǒng) - SoC IC Hgh-Prfrmnc Low-PWR SOC w/SDRAM RoHS:否 制造商:Cirrus Logic
EP7311M-IBZ 功能描述:音頻片上系統(tǒng) - SoC SoC w/SDRAM RoHS:否 制造商:Cirrus Logic
EP7312 制造商:CIRRUS 制造商全稱(chēng):Cirrus Logic 功能描述:HIGH-PERFORMANCE, LOW-POWER SYSTEM ON CHIP WITH SDRAM AND ENHANCED DIGITAL AUDIO INTERFACE