參數(shù)資料
型號: ADUC836BSZ
廠商: Analog Devices Inc
文件頁數(shù): 62/80頁
文件大?。?/td> 0K
描述: IC ADC DUAL 16BIT W/MCU 52-MQFP
產(chǎn)品培訓(xùn)模塊: Process Control
標(biāo)準(zhǔn)包裝: 1
系列: MicroConverter® ADuC8xx
核心處理器: 8052
芯體尺寸: 8-位
速度: 12.58MHz
連通性: EBI/EMI,I²C,SPI,UART/USART
外圍設(shè)備: POR,PSM,PWM,溫度傳感器,WDT
輸入/輸出數(shù): 34
程序存儲(chǔ)器容量: 62KB(62K x 8)
程序存儲(chǔ)器類型: 閃存
EEPROM 大?。?/td> 4K x 8
RAM 容量: 2.25K x 8
電壓 - 電源 (Vcc/Vdd): 2.7 V ~ 5.25 V
數(shù)據(jù)轉(zhuǎn)換器: A/D 7x16b; D/A 1x12b
振蕩器型: 內(nèi)部
工作溫度: -40°C ~ 125°C
封裝/外殼: 52-QFP
包裝: 托盤
產(chǎn)品目錄頁面: 738 (CN2011-ZH PDF)
ADuC836
–64–
ADuC836
–65–
Power Saving Modes
Setting the Idle and Power-Down Mode Bits, PCON.0 and
PCON.1, respectively, in the PCON SFR described in Table II
allows the chip to be switched from Normal mode into Idle
mode, and also into full Power-Down mode.
In Idle mode, the oscillator continues to run, but the core clock
generated from the PLL is halted.The on-chip peripherals
continue to receive the clock and remain functional.The CPU
status is preserved with the stack pointer, program counter, and
all other internal registers maintain their data during Idle mode.
Port pins and DAC output pins also retain their states, and ALE
and PSEN outputs go high in this mode.The chip will recover
from Idle mode upon receiving any enabled interrupt, or upon
receiving a hardware reset.
In Power-Down mode, both the PLL and the clock to the core are
stopped.The on-chip oscillator can be halted or can continue to
oscillate, depending on the state of the oscillator power-down bit
(OSC_PD) in the PLLCON SFR.The TIC, being driven directly
from the oscillator, can also be enabled during power-down. All
other on-chip peripherals, however, are shut down. Port pins retain
their logic levels in this mode, but the DAC output goes to a high
impedance state (three-state) while ALE and PSEN outputs are
held low. During full Power-Down mode with the oscillator and
wake-up timer running, the ADuC836 typically consumes a total
of 15 A.There are five ways of terminating Power-Down mode:
Asserting the RESET Pin (Pin 15)
Returns to Normal mode. All registers are set to their reset default
value and program execution starts at the reset vector once the
RESET pin is deasserted.
Cycling Power
All registers are set to their default state and program execution
starts at the reset vector approximately 128 ms later.
Time Interval Counter (TIC) Interrupt
If the OSC_PD bit in the PLLCON SFR is clear, the 32 kHz
oscillator will remain powered up even in Power-Down mode.
If the Time Interval Counter (Wakeup/RTC timer) is enabled,
a TIC interrupt will wake the ADuC836 up from Power-Down
mode.The CPU services the TIC interrupt.The RETI at the end
of the TIC ISR will return the core to the instruction after the
one that enabled power-down.
SPI Interrupt
If the SERIPD bit in the PCON SFR is set, then an SPI interrupt,
if enabled, will wake up the ADuC836 from Power-Down mode.
The CPU services the SPI interrupt.The RETI at the end of the
ISR will return the core to the instruction after the one that enabled
power-down.
INT0 Interrupt
If the INT0PD bit in the PCON SFR is set, an external interrupt 0,
if enabled, will wake up the ADuC836 from power-down.The
CPU services the SPI interrupt.The RETI at the end of the ISR
will return the core to the instruction after the one that enabled
power-down.
Wake-Up from Power-Down Latency
Even with the 32 kHz crystal enabled during power-down, the PLL
will take some time to lock after a wake-up from power-down.Typ-
ically, the PLL will take about 1 ms to lock. During this time, code
will execute, but not at the specified frequency. Some operations
require an accurate clock, for example, UART communications,
to achieve specified 50 Hz/60 Hz rejection from the ADCs.The
following code may be used to wait for the PLL to lock:
WAITFORLOCK:
MOV A, PLLCON
JNB ACC.6, WAITFORLOCK
If the crystal has been powered down during power-down, there
is an additional delay associated with the startup of the crystal
oscillator before the PLL can lock. 32 kHz crystals are inherently
slow to oscillate, typically taking about 150 ms. Once again, during
this time before lock, code will execute, but the exact frequency
of the clock cannot be guaranteed. Again for any timing sensitive
operations, it is recommended to wait for lock using the lock bit
in PLLCON, as shown in the code above.
Grounding and Board Layout Recommendations
As with all high resolution data converters, special attention must
be paid to grounding and PC board layout of ADuC836 based
designs in order to achieve optimum performance from the ADCs
and DAC.
Although the ADuC836 has separate pins for analog and digital
ground (AGND and DGND), the user must not tie these to two
separate ground planes unless the two ground planes are con-
nected together very close to the ADuC836, as illustrated in the
simplified example of Figure 64a. In systems where digital and
analog ground planes are connected together somewhere else
(at the system’s power supply, for example), they cannot be con-
nected again near the ADuC836 since a ground loop would result.
In these cases, tie the ADuC836’s AGND and DGND pins all to
the analog ground plane, as illustrated in Figure 64b. In systems
with only one ground plane, ensure that the digital and analog com-
ponents are physically separated onto separate halves of the board
such that digital return currents do not flow near analog circuitry
and vice versa.The ADuC836 can then be placed between the
digital and analog sections, as illustrated in Figure 64c.
In all of these scenarios, and in more complicated real-life appli-
cations, keep in mind the flow of current from the supplies and
back to ground. Make sure the return paths for all currents are as
close as possible to the paths the currents took to reach their des-
tinations. For example, do not power components on the analog
side of Figure 64b with DVDD since that would force return cur-
rents from DVDD to flow through AGND. Also, try to avoid digital
currents flowing under analog circuitry, which could happen if
the user placed a noisy digital chip on the left half of the board
in Figure 64c.Whenever possible, avoid large discontinuities in
the ground plane(s) (such as those formed by a long trace on the
same layer), since they force return signals to travel a longer path.
And of course, make all connections directly to the ground plane
with little or no trace separating the pin from its via to ground.
REV. A
相關(guān)PDF資料
PDF描述
ADUC841BSZ62-5 IC ADC/DAC 12BIT W/MCU 52-MQFP
VJ1825Y103JBGAT4X CAP CER 10000PF 1KV 5% X7R 1825
SCRU-01 CONN RCPT IP68 USB A PNL MNT
VJ1825Y153JBGAT4X CAP CER 0.015UF 1KV 5% X7R 1825
VJ1825Y223JBGAT4X CAP CER 0.022UF 1KV 5% X7R 1825
相關(guān)代理商/技術(shù)參數(shù)
參數(shù)描述
ADUC841 制造商:AD 制造商全稱:Analog Devices 功能描述:MicroConverter 12-Bit ADCs and DACs with Embedded High Speed 62-kB Flash MCU
ADUC841BCP32-5 制造商:Analog Devices 功能描述:MICROCONVERTER 1-CYCLE VERSION ADUC829 - Trays
ADUC841BCP62-3 制造商:Analog Devices 功能描述:MCU 8-Bit ADuC8xx 8052 CISC 62KB Flash 3V 56-Pin LFCSP EP 制造商:Rochester Electronics LLC 功能描述:8BIT CISC 62KB FLASH 20MHZ 3.3V 56LFCSP - Bulk
ADUC841BCP62-5 制造商:Analog Devices 功能描述:MCU 8-Bit ADuC8xx 8052 CISC 62KB Flash 5V 56-Pin LFCSP EP
ADUC841BCP8-3 制造商:Analog Devices 功能描述:MCU 8-bit ADuC8xx 8052 CISC 62KB Flash 3V 56-Pin LFCSP EP 制造商:Rochester Electronics LLC 功能描述:8BIT CISC 62KB FLASH 20MHZ 3.3V 56LFCSP - Bulk