Electronic Components Datasheet Search
  English  ▼
ALLDATASHEET.NET

X  

ADUC845_847_848ANOMALY Datasheet(PDF) 2 Page - Analog Devices

Part # ADUC845_847_848ANOMALY
Description  This anomaly list represents the known bugs
Download  4 Pages
Scroll/Zoom Zoom In 100%  Zoom Out
Manufacturer  AD [Analog Devices]
Direct Link  http://www.analog.com
Logo AD - Analog Devices

ADUC845_847_848ANOMALY Datasheet(HTML) 2 Page - Analog Devices

  ADUC845_847_848ANOMALY Datasheet HTML 1Page - Analog Devices ADUC845_847_848ANOMALY Datasheet HTML 2Page - Analog Devices ADUC845_847_848ANOMALY Datasheet HTML 3Page - Analog Devices ADUC845_847_848ANOMALY Datasheet HTML 4Page - Analog Devices  
Zoom Inzoom in Zoom Outzoom out
 2 / 4 page
background image
ADuC845/ADuC847/ADuC848
Rev. B | Page 2 of 4
3. I2C® Operation [er003]
Background:
The I2CDAT register is used to read or write data to the I2C bus. The I2CDAT register has an SFR address of 9AH.
Issue:
During an I2C transfer, if a user accesses the RAM address 9AH, the contents of the I2CDAT SFR can be modified.
Workaround A:
For Assembly code:
Do not use memory location 9AH.
For C code:
Assign a dummy variable to location 0x9A by using the following code, thereby preventing C
from using it.
idata unsigned int ui32Dummy[2] _at_ 0x9A;
Related Issues:
None.
4. ADC Noise [er004]
Background:
The ADuC845 incorporates two 24-bit Σ-∆ ADCs, and the ADuC847 and ADuC848 incorporate a 24-bit and 16-bit Σ-∆
ADC, respectively. These ADCs are specified for typical noise performance as described in the relevant noise tables of the
data sheet.
Issue:
ADC noise performance degrades when operating at maximum MCU clock frequency as determined via the CD bits in the
PLLCON SFR.
Workaround:
For the duration of an ADC conversion, the CD bits should be set to 3 or greater.
Note that the default CD setting is 3.
Related Issues:
None.
5. Watchdog Timer [er005]
Background:
The ADuC845, ADuC847, and ADuC848 incorporate a watchdog timer. The purpose of the WDT is to ensure that the part
is never stuck in an endless loop by generating either a hardware reset or an interrupt event that vectors to the WDT ISR.
Issue:
If the WDT generates an interrupt as opposed to a hardware reset, and if the ISR subsequently sets up the WDT to time
out to a hardware reset, the reset is ignored.
Workaround:
Ensure that a double write to the WDCON is executed inside the ISR, with the first write being a reset of the WDT. For
example:
void isr_wdt( void ) interrupt 11
{
WDWR = 1;
// This first WDT write is required to get the WDT to work inside the ISR.
WDCON
= 0x60; // Reset WDT.
WDWR = 1;
// Now set the WDT to the required 1s timeout
WDCON
= 0x62; // select reset after 1000mS
while(1);
}
void main(void)
{
EA = 0;
WDWR = 1;
// Allow write to WDCON
WDCON = 0x6A; // timeout=1000mS, WDT enable, WDT ISR Interrupt
while (1);
}
Related Issues:
None.
6. Stack Pointer in ULOAD Mode [er006]
Background:
When starting user code, the stack pointer should, by default, be initialized to Address 07H.
Issue:
In ULOAD mode, the stack pointer defaults to 03H causing conflict between RAM locations R4 to R7 and the stack.
Workaround:
Manually change in code the stack pointer address to 07H or to the address that is required upon entry to ULOAD mode,
that is,
MOV SP, #07H
or
SP = 0x07;
Related Issues:
None.


Similar Part No. - ADUC845_847_848ANOMALY

ManufacturerPart #DatasheetDescription
logo
Analog Devices
ADUC845BCP62-3 AD-ADUC845BCP62-3 Datasheet
1Mb / 108P
   MicroConverter Multichannel 24-/16-Bit ADCs with Embedded 62 kB Flash and Single-Cycle MCU
REV. A
ADUC845BCP62-5 AD-ADUC845BCP62-5 Datasheet
1Mb / 108P
   MicroConverter Multichannel 24-/16-Bit ADCs with Embedded 62 kB Flash and Single-Cycle MCU
REV. A
ADUC845BCP8-3 AD-ADUC845BCP8-3 Datasheet
1Mb / 108P
   MicroConverter Multichannel 24-/16-Bit ADCs with Embedded 62 kB Flash and Single-Cycle MCU
REV. A
ADUC845BCP8-5 AD-ADUC845BCP8-5 Datasheet
1Mb / 108P
   MicroConverter Multichannel 24-/16-Bit ADCs with Embedded 62 kB Flash and Single-Cycle MCU
REV. A
ADuC845BCPZ62-3 AD-ADuC845BCPZ62-3 Datasheet
1Mb / 108P
   MicroConverter짰 Multichannel 24-/16-Bit ADCs with Embedded 62 kB Flash and Single-Cycle MCU
REV. C
More results

Similar Description - ADUC845_847_848ANOMALY

ManufacturerPart #DatasheetDescription
logo
Analog Devices
ADUC7124_7126_ANOMALY AD-ADUC7124_7126_ANOMALY Datasheet
101Kb / 5P
   This anomaly list describes the known bugs
ADT7411_ANOMALY AD-ADT7411_ANOMALY Datasheet
118Kb / 2P
   This anomaly list describes the known bugs
logo
Texas Instruments
SPNZ187 TI1-SPNZ187 Datasheet
127Kb / 36P
[Old version datasheet]   This document describes the known exceptions to the functional specifications for the device.
SPNZ186 TI1-SPNZ186 Datasheet
144Kb / 43P
[Old version datasheet]   This document describes the known exceptions to the functional specifications for the device.
logo
STMicroelectronics
TN0235 STMICROELECTRONICS-TN0235 Datasheet
256Kb / 9P
   This document contains a list of frequently
logo
Xilinx, Inc
DS804 XILINX-DS804 Datasheet
225Kb / 7P
   The following tables list the external slave signals and master
logo
PHOENIX CONTACT
2688394 PHOENIX-2688394 Datasheet
118Kb / 8P
   The bus coupler represents the link between an EtherNet/IP??network and the Axioline F system.
logo
List of Unclassifed Man...
HRM-554S ETC2-HRM-554S Datasheet
443Kb / 12P
   Converter adapter list
logo
Freescale Semiconductor...
MPC565MVR56 FREESCALE-MPC565MVR56 Datasheet
290Kb / 16P
   This document provides an overview of the MPC565/MPC566 microcontrollers, including a block diagram showing the major modular components, sections that list the major features,
logo
MUSIC Semiconductors
MU9C3640L MUSIC-MU9C3640L Datasheet
185Kb / 22P
   LIST-XL Family
More results


Html Pages

1 2 3 4


Datasheet Download

Go To PDF Page


Link URL




Privacy Policy
ALLDATASHEET.NET
Does ALLDATASHEET help your business so far?  [ DONATE ] 

About Alldatasheet   |   Advertisement   |   Contact us   |   Privacy Policy   |   Link Exchange   |   Manufacturer List
All Rights Reserved©Alldatasheet.com


Mirror Sites
English : Alldatasheet.com  |   English : Alldatasheet.net  |   Chinese : Alldatasheetcn.com  |   German : Alldatasheetde.com  |   Japanese : Alldatasheet.jp
Russian : Alldatasheetru.com  |   Korean : Alldatasheet.co.kr  |   Spanish : Alldatasheet.es  |   French : Alldatasheet.fr  |   Italian : Alldatasheetit.com
Portuguese : Alldatasheetpt.com  |   Polish : Alldatasheet.pl  |   Vietnamese : Alldatasheet.vn
Indian : Alldatasheet.in  |   Mexican : Alldatasheet.com.mx  |   British : Alldatasheet.co.uk  |   New Zealand : Alldatasheet.co.nz
Family Site : ic2ic.com  |   icmetro.com