8-bit Microcontroller. Application Note. AVR080: ATmega103 Replaced by ATmega128

Size: px
Start display at page:

Download "8-bit Microcontroller. Application Note. AVR080: ATmega103 Replaced by ATmega128"

Transcription

1 AVR080: ATmega103 Replaced by ATmega128 Features ATmega103 Errata Corrected in ATmega128 Improvements to Timers and Prescalers Oscillators and Selecting Start-up Delays Improvements to External Memory Interface Improvements to te ADC Improvements to SPI and UART Canges in Programming Interface Added JTAG Interface and On-cip Debug System Features not Available in ATmega103 Compatibility Mode 8-bit Microcontroller Application Note Introduction Te ATmega128 as two operating modes accessed as fuse options. Tis application note is a guide, wic will elp current ATmega103 users convert existing designs to te ATmega128 and gain access to new features contained in tat device. Te ATmega103 compatibility mode is selected wit te M103C fuse setting. In tis mode, te ATmega128 functions as an ATmega103. Wen leaving te M103C fuse unprogrammed, all new features described below are supported. Gaining access to tese features may require some canges to te existing software. Additionally, te electrical caracteristics of te ATmega128 are different including an increase in operating frequency because of a cange in process tecnology. Ceck te dataseet for detailed information. ATmega103 Erratas Corrected in ATmega128 Te following items from te Errata Seet are corrected: Refer to ATmega103 Errata Seet for a more detailed description of te Erratas. Power Consumption During Slowly Rising Supply ATmega128 power consumption is independent of power rising time. UART Looses Syncronization if RXD Line is Low wen UART Receive is Disabled Te UART is replaced wit a USART, wic does not ave tis problem. Te starting edge of a reception is only accepted as valid if te Receive Enable bit in te USART control register is set. Releasing Reset Condition Witout Clock ATmega128 as a new reset interface were an external reset pulse causes an internal reset even toug te condition disappears before any valid clock is present. Rev. 1

2 Wake-up from Power-save Executes Instructions Before Interrupt SPI Can Send Wrong Byte Incorrect Clearing of XTRF in MCUSR Reset During EEPROM Write SPI Interrupt Flag can be Undefined after Reset Skip Instruction wit Interrupts Read Back Value During EEPROM Polling MISO Output During In- System Programming Te ADC as No Free-running Mode ATmega128 executes te Interrupt routine as te first instruction after wake-up from Power-save mode. If an enabled interrupt occurs wile te ATmega128 is in a sleep mode, te MCU wakes up. Te MCU is ten alted for four cycles, executes te interrupt routine, and resumes execution from te instruction following SLEEP. In ATmega128, tere is no need to wait for te previous transfer to complete before writing te next byte into te SPI Data Register wen operating in Master mode. Te POR and XTRF flag can be cleared individually in ATmega128. If a Reset or Power-off occurs during an EEPROM write, te current location may be incorrect, but ATmega128 will not corrupt any oter locations tan te one being written. ATmega128 resets te SPI interrupt flag to zero (0). ATmega128 interrupts always store te correct return address, also wen interrupting a skip instruction skipping a two-word instruction. In ATmega128, te Read Back Value during EEPROM polling is always $FF. ATmega128 tri-states te MISO Output during In-System Programming. Te In-System Programming interface is still using PE0 and PE1 for serial data in and serial data out, respectively. Te ATmega128 supports Free-running mode. 2 AVR080

3 AVR080 Improvements to Timer/Counters and Prescalers Differences Between ATmega128 and ATmega103 For details about te improved and additional features, please refer to te dataseet. Te following features ave been added: Te Prescalers in ATmega128 can be reset. Variable top value in PWM mode. Pase and Frequency correct PWM mode in addition to te Pase correct PWM mode. Overflow PWM mode. Most of te improvements and canges apply to all te Timer/Counters and te description below is written in a general form. A lower case x replaces te output cannel (A or B for Timer/Counter1, N/A for Timer/Counter0 and Timer/Counter2), wile n replaces te Timer/Counter number (n = 0, 1, or 2). TCNT1 Cleared in PWM Mode In ATmega103 tere are 3 different PWM resolutions - 8, 9, or 10 bits. Toug only 8, 9, or 10 bits are compared, it is still possible to write values into te TCNT1 register tat exceed te resolution. Tus, te Timer/Counter as to complete te count to 0xffff before te reduced resolution becomes effective (i.e, if 8-bit resolution is selected and te TCNT1 register contains 0x0100, te top value (0x00ff) will not be effective until te counter as counted up to 0xffff, turned, and counted down to 0x0000 again). In ATmega128 tis as been canged so tat te unused bits in TCNT1 are being cleared to zero to avoid tis unintended counting up to 0xFFFF. In te ATmega128, te TCNT1 register never exceeds te selected resolution. OCR1xH Cleared in PWM Mode Te most significant bits in te TCNT1 register will be cleared at te first positive edge of te prescaled clock. 8-bit PWM: TCNT1H[7:0] = 0 9-bit PWM: TCNT1H[7:1] = 0 10-bit PWM: TCNT1H[7:2] = 0 TCNT1H not cleared. Clearing OCR1xH in PWM mode is sligtly different from clearing TCNT1. Te ATmega103 clears te most significant bits if 8, 9, or 10 bits PWM mode is selected, but only te 6 most significant bits. Tus, if 0xffff is written to OCR1x in PWM-mode and read OCR1x back, 0x03ff is read regardless of wic PWM mode tat is selected. In ATmega128 te number of cleared bits depends on te resolution. Te most significant bits in OCR1AH and OCR1BH are cleared wen tey are updated at te TOP-value of te counter. 8-bit PWM: OCR1xH[7:0] = 0 9-bit PWM: OCR1xH[7:1] = 0 10-bit PWM: OCR1xH[7:2] = 0 Te six most significant bits in te OCR1AH and OCR1BH are cleared regardless of te resolution. 3

4 Clear Timer/Counter on Compare Matc wit Prescaler (Applies to all Timer/Counters) Te relation between a Clear on Compare matc and te internal counting of te Timer/Counter as been canged. Te Clear on Compare matc in te ATmega103 clears te Timer/Counter after te first internal count matcing te compare value, wereas te ATmega128 clears after te last internal count matcing te compare value. See Figure 1 and Figure 2 for details on clearing, flag setting, and pin cange. Example: OCRnx = 0x02 wen prescaler is enabled (divide clock by 8). Figure 1. Setting Compare Flag/Pin for ATmega128 (1) TCNTn Pin/Flag Note: 1. Indicates were te Compare flag/pin will be set. Figure 2. Setting Compare Flag/Pin for ATmega103 (1) TCNTn Pin/Flag Note: 1. Indicates were te Compare flag/pin will be set. Setting of Output Compare Pin/Flag wit Prescaler Enabled (Applies to all Timer/Counters) Te relation between an Output Compare and te internal counting of te Timer/Counter as been canged. Output Compare in te ATmega103 sets te Output Compare pin/flag after te first internal count matcing te compare value, wereas te ATmega128 sets te Output Compare pin/flag after te last internal count matcing te compare value. See Figure 3 and Figure 4 for details on Output Compare flag setting and pin cange. Example: OCRnx = 0x02, prescaler enabled (divide clock by 8) Figure 3. Setting Compare Flag/Pin for ATmega128 (1) TCNTn Pin/Flag Note: 1. Indicates were te Compare flag/pin will be set. Figure 4. Setting Compare Flag/Pin for ATmega103 (1) TCNTn Pin/Flag Note: 1. Indicates were te Compare flag/pin will be set. 4 AVR080

5 AVR080 Write to OCR1x in PWM Mode, Cange to Normal Mode Before OCR1x is Updated at te Top, Read OCR1x (Applies to 16-Bit Timer/Counter Only) As described in te dataseet, te OCR1x registers are updated at te top value wen written. Tus, wen writing te OCR1x in PWM mode, te value is buffered in a temporary register wic is latced until te Timer/Counter reaces te top. If PWM mode is left after te temporary register is written, but before te real Output Compare registers are updated, te beavior differs between ATmega128 and ATmega103. If te OCR1x register is read before te update is done, te actual compare value is read not te OCR1x buffer. If te OCR1x register is read before te update is done, te value in te OCR1x buffer is read. For example, te value read is te one last written (to te OCR1x buffer), but since te Timer/Counter never reaced te top value, it was not latced into te OCR1x register. Tus te value tat is used for comparisson is not necessarily te same as being read. Note: Tis applies to 16 bits Timer/Counter only, for 8 bits Timer/Counter, te temporary register value is read for bot devices. Remember old OCx-pin Level OCR0 or OCR2 Equal Extreme Value in TCNT0 or TCNT2 Respectively (Applies to 8-bit Timer/Counter Only) Oscillators and Selecting Start-up Delays If COM1x1 and COM1x0 canges from "01" to "00" and a compare matc occurs wen te COM1x1:COM1x0 value is "00": Te level of te OCx-pin before disabling te Output Compare mode is remembered. Re-enabling te Output Compare mode will cause te OCx-pin to resume operation from te state it ad wen it was disabled. All Output Compare pins are initialized to zero on Reset. OCx is cleared for 16 bits Timer/Counter. For 8 bits Timer/Counter, te state of te Output Compare pin is unknown wen re-enabling te Output Compare. Only te 8-bit Timer/Counters in te ATmega103 are initialized to zero on Reset. According to te values in COMn1 and COMn0, OCn will be cleared or set wen canging te COMn bits. Te response on te output differs from ATmega128 to Wen canging COMn bits setting, te output pin (OCn) canges accordingly to te COMn bits after a compare matc as occurred. Wen canging COMn bits setting, te output pin (OCn) canges immediately. For te 16 bits Timer/Counter1, neiter ATmega128 nor ATmega103 cange te output before a compare matc occurs. ATmega128 provides more oscillators and start-up time selections tan ATmega103. In, te start-up delays from Power-down mode and Power-save mode depend on te CPU clock frequency. During Wake-up from Power-down mode and Power-save mode, te ATmega128 uses te CPU frequency to determine te Wake-up delay, wile ATmega103 determines te delay from te WDT oscillator frequency (except SUT = 00). Follow te guidelines from te section System Clock and Clock Options in te ATmega128 dataseet to find appropriate start-up values. 5

6 Special attention must be payed wen canging te fuses in In-System Programming mode. In-System Programming is dependent on a sysem clock. If wrong oscillator setting is programmed, it may be impossible to re-enter In-System Programming mode due to missing system clock (parallel programming mode must ten be used). Improvements to External Memory Interface Improvements to ADC Improvements to SPI and USART Canges in EEPROM Write Timing Programming Interface Te combined Address/Data port in ATmega128 outputs Data until a new address is set up. Refer to te ATmega128 Dataseet for details on te canged timing. Te ADC in ATmega128 supports Free-running mode. To improve accuracy, a single conversion now takes one additional cycle. ATmega128 supports bot left adjusted and rigt adjusted 10-bit results. Te ADC in ATmega128 supports differential and amplified measurements. Bot SPI and USART ave new double-speed modes wic allow iger communication speed. Te UART in ATmega103 as been replaced by a USART in ATmega128. Te ATmega128 USART is compatible wit te ATmega103 UART wit one exception. Te two-buffer receive register acts like a FIFO and te following must be kept in mind: Te UDR must only be read once for eac incoming data, if reading more tan once, te next level of FIFO will be read. Te error flags (FE and DOR) and te 9t data bit (RXB8) are buffered wit te data in te receive buffer. Terefore te status bits must always be read before te UDR register is read. Oterwise, te error status will be lost. In ATmega103, te EEPROM write time is dependent on voltage, typically 2.5 V CC = 5V and 4 V CC = 2.7V. In ATmega128, te EEPROM write time is 8.2 ms regardless of V CC. Some canges ave been done to te programming interface, especially in te In-System Programming interface. Tis as been done to support all te additional fuses in ATmega128. Te timing requirements are uncanged. See te ATmega128 dataseet for details. Te parallel programming algoritm is canged. Te most significant cange is tat te PAGEL pin on ATmega128 is located on PD7, wile BS2 is located on PA0. On ATmega103 te opposite pin-mapping was cosen (PAGEL pin on PA0, wile BS2 was mapped to PD7). Tis cange as been done to make it possible to use te same programmer for all new AVR devices. In parallel mode, te ATmega128 supports page programming of te EEPROM. Note tat te additional fuses and lock-bits also require a cange in te fuse writing algoritm. Te timing requirements for parallel programming ave been canged. See te ATmega128 dataseet for details. Te STK500 supports bot In-System Programming and parallel programming of te ATmega AVR080

7 AVR080 JTAG Interface and On-cip Debug System Te ATmega128 provides a JTAG interface, wic can be used for programming, boundary-scan, and On-cip debug. Refer to dataseet for details. Note tat te JTAG interface is also available in ATmega103 compatibility mode. Oter Differences Signature Byte Verifying te EEPROM at Hig Voltages During Programming Verifying EEPROM In-System Serial Programming at Voltages Below 3.4V Te ATmega128 as a Signature Byte different from te one used in ATmega103. Tere are no restrictions on te supply voltage or system frequency as long as operated inside te voltage and frequency range prescribed in te dataseet for te ATmega128. Tere are no restrictions on te supply voltage or system frequency as long as te device is operated inside te voltage and frequency range prescribed in te dataseet for te ATmega128. Tere are no restrictions on te supply voltage or system frequency as long as te device is operated inside te voltage and frequency range prescribed in te dataseet for te ATmega128. 7

8 Features not Available in ATmega103 Compatibility Mode Te compatibility fuse makes te ATmega128 compatible to ATmega103. But wit te compatibility fused programmed, some of te new features in ATmega128 become unavailable. Te following features are not supported wen te ATmega128 is used in te ATmega103 compatibility mode: TWI - Two Wire Interface module. USART1 - Te additional second USART. Prescaler Reset on Timer/Counters. Boot Loader Capabilities (SPM - Self Programming Memories). Advanced External Memory Control (more wait-states, configurable number of bits are assigned to address ig byte, different wait-states settings for different pages of external memory). Additional Output Compare register (OCR1C) for Timer/Counter1. Timer/Counter3 (16-bit Timer/Counter identical to Timer/Counter1). PortC is general I/O (digital output only in ATmega103). PortF is general I/O (analog/digital input only in ATmega103). PortG (alternate functions only in ATmega103). If any of te features above are needed or wanted and te compatibility fuse is left unprogrammed, tis introduces several differences between ATmega128 and ATmega103 wic do not exist as long as te compatibility fuse is programmed: Address space 0x0060-0x00FF is dedicated extended I/O, not internal SRAM. Address space 0x0100-0x10FF is dedicated internal SRAM (ATmega128 supports 4096 locations of internal SRAM compared to 4000 in ATmega103), tus te external memory starts at address 0x1100 (external memory on ATmega103 starts at address 0x1000). PortC is not initialized upon reset to drive 0x00, but it is tri-stated as all oter ports. Te ALE, RD, and WR pins (PG2:0) are not configured as output until te XRAM is enabled. Te TOSC1 and TOSC2 (PG4:3) pins are configured as digital input pins after reset, not 32 khz oscillator unless AS0 bit is written. A timed sequence must be followed to cange Watcdog Timer prescaler settings by software. In te MCUCSR register, all RESET flags are present in te register, not only EXTRF and PORF as in ATmega103. Te UART will ave an extra input buffer wic allows one more data byte to be received before te data overrun flag (DOR) is set. 8 AVR080

9 Atmel Headquarters Corporate Headquarters 2325 Orcard Parkway San Jose, CA TEL (408) FAX (408) Europe Atmel SarL Route des Arsenaux 41 Casa Postale 80 CH-1705 Fribourg Switzerland TEL (41) FAX (41) Asia Atmel Asia, Ltd. Room 1219 Cinacem Golden Plaza 77 Mody Road Tsimatsui East Kowloon Hong Kong TEL (852) FAX (852) Japan Atmel Japan K.K. 9F, Tonetsu Sinkawa Bldg Sinkawa Cuo-ku, Tokyo Japan TEL (81) FAX (81) Atmel Product Operations Atmel Colorado Springs 1150 E. Ceyenne Mtn. Blvd. Colorado Springs, CO TEL (719) FAX (719) Atmel Grenoble Avenue de Rocepleine BP Saint-Egreve Cedex, France TEL (33) FAX (33) Atmel Heilbronn Teresienstrasse 2 POB 3535 D Heilbronn, Germany TEL (49) FAX (49) Atmel Nantes La Cantrerie BP Nantes Cedex 3, France TEL (33) FAX (33) Atmel Rousset Zone Industrielle Rousset Cedex, France TEL (33) FAX (33) Atmel Smart Card ICs Scottis Enterprise Tecnology Park East Kilbride, Scotland G75 0QR TEL (44) FAX (44) literature@atmel.com Web Site ttp:// Atmel Corporation Atmel Corporation makes no warranty for te use of its products, oter tan tose expressly contained in te Company s standard warranty wic is detailed in Atmel s Terms and Conditions located on te Company s web site. Te Company assumes no responsibility for any errors wic may appear in tis document, reserves te rigt to cange devices or specifications detailed erein at any time witout notice, and does not make any commitment to update te information contained erein. No licenses to patents or oter intellectual property of Atmel are granted by te Company in connection wit te sale of Atmel products, expressly or by implication. Atmel s products are not autorized for use as critical components in life support devices or systems. Atmel and AVR are te registered trademarks of Atmel. Oter terms and product names may be te trademark of oters. Printed on recycled paper. /0M

8-bit Microcontroller. Application Note. AVR085: Replacing AT90S8515 by ATmega8515. Features. Introduction. AT90S8515 Errata Corrected in ATmega8515

8-bit Microcontroller. Application Note. AVR085: Replacing AT90S8515 by ATmega8515. Features. Introduction. AT90S8515 Errata Corrected in ATmega8515 AVR085: Replacing by ATmega8515 Features Errata Corrected in ATmega8515 Changes to Names Improvements to Timer/Counters and Prescalers Improvements to External Memory Interface Improvements to Power Management

More information

8-bit Microcontroller. Application Note. AVR086: Replacing AT90S8535 by ATmega8535

8-bit Microcontroller. Application Note. AVR086: Replacing AT90S8535 by ATmega8535 AVR086: Replacing by ATmega8535 Features Errata Corrected in ATmega8535 Changes to Names Improvements to Timer/Counters and Prescalers Improvements to the ADC Improvements to SPI and UART Changes to EEPROM

More information

8-bit Microcontroller. Application Note. AVR083: Replacing ATmega163 by ATmega16

8-bit Microcontroller. Application Note. AVR083: Replacing ATmega163 by ATmega16 AVR083: Replacing ATmega163 by ATmega16 Features ATmega163 Errata Corrected in ATmega16 Changes to Names Improvements to Timer/Counters Improvements to External Memory Interface Improvements to the ADC

More information

8-bit Microcontroller. Application Note. AVR084: Replacing ATmega323 by ATmega32. Features. Introduction. ATmega323 Errata Corrected in ATmega32

8-bit Microcontroller. Application Note. AVR084: Replacing ATmega323 by ATmega32. Features. Introduction. ATmega323 Errata Corrected in ATmega32 AVR084: Replacing ATmega323 by ATmega32 Features ATmega323 Errata Corrected in ATmega32 Changes to Names Improvements to Timer/Counters Improvements to the ADC Changes to Electrical Characteristics Changes

More information

8-bit Microcontroller. Application Note. AVR081: Replacing AT90S4433 by ATmega8. Features. Introduction. AT90S4433 Errata Corrected in ATmega8

8-bit Microcontroller. Application Note. AVR081: Replacing AT90S4433 by ATmega8. Features. Introduction. AT90S4433 Errata Corrected in ATmega8 AVR081: Replacing AT90S4433 by ATmega8 Features AT90S4433 Errata Corrected in ATmega8 Differences in Pin-out Changes to Names Improvements to Timer/Counters and Prescalers Changes to ADC Changes to Power

More information

Application Note. 8-bit Microcontrollers. AVR092: Replacing ATtiny11/12 by ATtiny13. Features. Introduction

Application Note. 8-bit Microcontrollers. AVR092: Replacing ATtiny11/12 by ATtiny13. Features. Introduction AVR092: Replacing ATtiny11/12 by ATtiny13 Features ATtiny11 and ATtiny12 Errata Corrected in ATtiny13 Changes to Bit and Register Names Changes to Interrupt Vector Oscillator Options Enhanced Watchdog

More information

8-bit Microcontroller. Application Note. AVR400: Low Cost A/D Converter

8-bit Microcontroller. Application Note. AVR400: Low Cost A/D Converter AVR400: Low Cost A/D Converter Features Interrupt Driven : 23 Words Low Use of External Components Resolution: 6 Bits Measurement Range: 0-2 V Runs on Any AVR Device with 8-bit Timer/Counter and Analog

More information

8-bit RISC Microcontroller. Application Note. AVR314: DTMF Generator

8-bit RISC Microcontroller. Application Note. AVR314: DTMF Generator AVR314: DTMF Generator Features Generation of Sine Waves Using PWM (Pulse-Width Modulation) Combine Different Sine Waves to DTMF Signal Assembler and C High-level Language Code STK500 Top-Module Design

More information

8-bit RISC Microcontroller. Application Note. AVR182: Zero Cross Detector

8-bit RISC Microcontroller. Application Note. AVR182: Zero Cross Detector AVR182: Zero Cross Detector Features Interrupt Driven Modular C Source Code Size Efficient Code Accurate and Fast Detection A Minimum of External Components 8-bit RISC Microcontroller Introduction One

More information

Programmable SLI AT94K AT94S. Application Note. DTMF Generator

Programmable SLI AT94K AT94S. Application Note. DTMF Generator DTMF Generator Features Generation of Sine Waves Using PWM (Pulse-Width Modulation) Combine Different Sine Waves to DTMF Signal AT94K Top-Module Design 260 Bytes Code Size and 128 Bytes Constants Table

More information

MHz High Linearity SiGe Active Receive Mixer T0782. Preliminary

MHz High Linearity SiGe Active Receive Mixer T0782. Preliminary Features Active Mixer with Conversion Gain No External LO Driver Necessary Low LO Drive Level Required RF and LO Ports May Be Driven Single-ended Single - Supply oltage High LO-RF Isolation Broadband Resistive

More information

Low-power Flasher IC with 18-m Shunt U6432B

Low-power Flasher IC with 18-m Shunt U6432B Features Temperature and Voltage Compensated Frequency Warning Indication of Lamp Failure by Means of Frequency Doubling only in Direction Mode Voltage Dependence of the Car Indicator Lamps also Compensated

More information

Read-only Transponder TK5530

Read-only Transponder TK5530 Features Identification Transponder in Plastic Cube Basic Component: e5530 IDIC Includes Coil and Capacitor for Tuned Circuit Antenna Carrier Frequency: 125 khz Application Car Immobilizer Access Control

More information

Zero-voltage Switch with Adjustable Ramp T2117

Zero-voltage Switch with Adjustable Ramp T2117 Features Direct Supply from the Mains Current Consumption 0.5 ma Very Few External Components Full-wave Drive No DC Current Component in the Load Circuit Negative Output Current Pulse Typically 100 ma

More information

1000-MHz Quadrature Modulator U2790B. Features. Benefits. Description. Electrostatic sensitive device. Observe precautions for handling.

1000-MHz Quadrature Modulator U2790B. Features. Benefits. Description. Electrostatic sensitive device. Observe precautions for handling. Features Supply Voltage 5 V (Typically) Very Low Power Consumption: 15 mw (Typically) for -1 dbm Output Level Very Good Sideband Suppression by Means of Duty Cycle Regeneration of the LO Input Signal Phase

More information

Current Monitor IC U4793B

Current Monitor IC U4793B Features 10 kv ESD Protection Two Comparators with Common Reference Tight Threshold Tolerance Constant Threshold NPN Output Interference and Damage-protection According to VDE 0839 and ISO/CD 7637 EMI

More information

ATA6140. Flasher Application Module. Application Note. ATA Flasher Application Module. 1. Description

ATA6140. Flasher Application Module. Application Note. ATA Flasher Application Module. 1. Description - Flasher Application Module 1. Description Figure 1-1. Flasher Application Module Flasher Application Module Application Note The module version presented here is one of the connection options described

More information

AVR055: Using a 32kHz XTAL for run-time calibration of the internal RC. 8-bit Microcontrollers. Application Note. Features.

AVR055: Using a 32kHz XTAL for run-time calibration of the internal RC. 8-bit Microcontrollers. Application Note. Features. AVR055: Using a 32kHz XTAL for run-time calibration of the internal RC Features Calibration using a 32 khz external crystal Adjustable RC frequency with maximum +/-2% accuracy Tune RC oscillator at any

More information

ATAVRAUTO User Guide

ATAVRAUTO User Guide ATAVRAUTO200... User Guide Table of Contents Section 1 Introduction... 1-1 1.1 Overview...1-1 Section 2 Using the ATAVRAUTO200... 2-3 2.1 Overview...2-3 2.2 Power Supply...2-4 2.3 Oscillator Sources...2-4

More information

Flasher, 18-mΩ Shunt, Frequency Doubling Disabling U6433B

Flasher, 18-mΩ Shunt, Frequency Doubling Disabling U6433B Features Temperature and Voltage Compensated Frequency Warning Indication of Lamp Failure by Means of Frequency Doubling can be Disabled Voltage Dependence of the Car Indicator Lamps Compensated for Lamp

More information

Digital Window Watchdog Timer U5021M

Digital Window Watchdog Timer U5021M Features Low Current Consumption: I DD < 100 µa RC Oscillator Internal Reset During Power-up and Supply Voltage Drops (POR) Short Trigger Window for Active Mode, Long Trigger Window for Sleep Mode Cyclical

More information

Standard Read/Write ID Transponder with Anticollision TK5551

Standard Read/Write ID Transponder with Anticollision TK5551 Features Read/Write Anti-collision ID Transponder in Plastic Package Contactless Read/Write Data Transmission Inductive Coupled Power Supply at 125 khz Basic Component: R/W IDIC e5551 Anti-collision Mode

More information

Flasher, 30 mω Shunt, Pilot Lamp to GND or V Batt U2043B

Flasher, 30 mω Shunt, Pilot Lamp to GND or V Batt U2043B Features Temperature and Voltage Compensated Frequency Warning Indication of Lamp Failure by Means of Frequency Doubling Minimum Lamp Load for Flasher Operation 10W Relay Output with High Current Carrying

More information

PWM Power Control IC with Interference Suppression U6083B

PWM Power Control IC with Interference Suppression U6083B Features Pulse-width Modulation up to 2 khz Clock Frequency Protection Against Short-circuit, Load Dump Overvoltage and Reverse Duty Cycle 18% to 100% Continuously Internally Reduced Pulse Slope of Lamp

More information

AVR443: Sensor-based control of three phase Brushless DC motor. 8-bit Microcontrollers. Application Note. Features. 1 Introduction

AVR443: Sensor-based control of three phase Brushless DC motor. 8-bit Microcontrollers. Application Note. Features. 1 Introduction AVR443: Sensor-based control of three phase Brushless DC motor Features Less than 5us response time on Hall sensor output change Theoretical maximum of 1600k RPM Over-current sensing and stall detection

More information

Flasher IC with U643B

Flasher IC with U643B Features Temperature and Supply Voltage Compensated Flashing Frequency Frequency Doubling Indicates Lamp Outage Relay Driver Output with High Current Carrying Capacity and Low Saturation Voltage Minimum

More information

AVR443: Sensorbased control of three phase Brushless DC motor. 8-bit Microcontrollers. Application Note. Features. 1 Introduction

AVR443: Sensorbased control of three phase Brushless DC motor. 8-bit Microcontrollers. Application Note. Features. 1 Introduction AVR443: Sensorbased control of three phase Brushless DC motor Features Less than 5us response time on Hall sensor output change Theoretical maximum of 1600k RPM Over-current sensing and stall detection

More information

Special Fail-safe IC U6808B

Special Fail-safe IC U6808B Features Digital Self-supervising Watchdog with Hysteresis One 250-mA Output Driver for Relay Enable Output Open Collector 8 ma Over/Undervoltage Detection ENABLE and Outputs Protected Against Standard

More information

AT91 ARM Thumb Microcontroller s. AT91R40807 Electrical Characteristics

AT91 ARM Thumb Microcontroller s. AT91R40807 Electrical Characteristics Features Incorporates the ARM7TDMI ARM Thumb Processor Core High-performance 32-bit RISC Architecture High-density 16-bit Instruction Set Leader in MIPS/Watt Embedded ICE (In-Circuit Emulation) 136K Bytes

More information

Application Note. How to Connect C51 Microcontroller to ATR Microcontrollers

Application Note. How to Connect C51 Microcontroller to ATR Microcontrollers How to Connect C51 Microcontroller to ATR2406 This application note describes how to control an ATR2406 with a C51 microcontroller (AT89C5130A for example). ATR2406 is a single chip RF-transceiver intended

More information

Power Meter Front End Design: The Delta Connection. Application Note. Power Meter Front End Design: The Delta Connection. Three-Phase Basics

Power Meter Front End Design: The Delta Connection. Application Note. Power Meter Front End Design: The Delta Connection. Three-Phase Basics Power Meter Front End Design: The Delta Connection Atmel s AT73C500 + AT73C501-based meter chipset measures power and energy in three-phase systems or, alternatively, the chipset can be set to operate

More information

High-speed CAN Transceiver ATA6660

High-speed CAN Transceiver ATA6660 Features Usable for Automotive 12 /24 and Industrial Applications Maximum High-speed Data Transmissions up to 1 MBaud Fully Compatible with ISO 11898 Controlled Slew Rate Standby Mode TXD Input Compatible

More information

2-megabit (256K x 8) Unregulated Battery-Voltage High-speed OTP EPROM AT27BV020

2-megabit (256K x 8) Unregulated Battery-Voltage High-speed OTP EPROM AT27BV020 Features Fast Read Access Time 90 ns Dual Voltage Range Operation Unregulated Battery Power Supply Range, 2.7V to 3.6V or Standard 5V ± 10% Supply Range Compatible with JEDEC Standard AT27C020 Low-power

More information

Smart RF AT86RF401-EK1. Application Note. AT86RF401-EK1 Smart RF MicroTransmitter Evaluation Kit Application Note. Functional Description

Smart RF AT86RF401-EK1. Application Note. AT86RF401-EK1 Smart RF MicroTransmitter Evaluation Kit Application Note. Functional Description AT86RF40-EK Smart RF MicroTransmitter Evaluation Kit Application Note The AT86RF40-EK evaluation kit was developed to familiarize the user with the features of the AT86RF40 MicroTransmitter and to provide

More information

Zero-voltage Switch with Adjustable Ramp T2117

Zero-voltage Switch with Adjustable Ramp T2117 Features Direct Supply from the Mains Current Consumption 0.5 ma Very Few External Components Full-wave Drive No DC Current Component in the Load Circuit Negative Output Current Pulse Typically 100 ma

More information

UHF ASK Transmitter U2745B

UHF ASK Transmitter U2745B Features Very High Transmitting Frequency Accuracy Compared to SAW Solutions (Enables Receivers at Lower Bandwidth than with SAW Resonators) Lower Cost than the Usual Discrete Solutions Using SAW and Transistors

More information

8-Megabit (1M x 8) OTP EPROM AT27C080. Features. Description. Pin Configurations

8-Megabit (1M x 8) OTP EPROM AT27C080. Features. Description. Pin Configurations Features Fast Read Access Time 90 ns Low Power CMOS Operation 100 µa Max Standby 40 ma Max Active at 5 MHz JEDEC Standard Packages 32-lead PLCC 32-lead 600-mil PDIP 32-lead TSOP 5V ± 10% Supply High-Reliability

More information

300-MHz Quadrature Modulator U2793B

300-MHz Quadrature Modulator U2793B Features Supply Voltage: V Low Power Consumption: 1 ma/ V Output Level and Spurious Products Adjustable (Optional) Excellent Sideband Suppression by Means of Duty Cycle Regeneration of the LO Input Signal

More information

Application Note. 8-Bit Microcontrollers. AVR433: Power Factor Corrector (PFC) with AT90PWM2 Re-triggable High Speed PSC

Application Note. 8-Bit Microcontrollers. AVR433: Power Factor Corrector (PFC) with AT90PWM2 Re-triggable High Speed PSC AVR433: Power Factor Corrector (PFC) with AT90PWM2 Re-triggable High Speed PSC Features: Boost Architecture High Power Factor and low Total Harmonic Distortion Use few CPU time and few microcontroller

More information

IR Receiver for Data Communication U2538B

IR Receiver for Data Communication U2538B Features Few External Components Low Power Consumption Microcomputer Compatible Insensitive to Ambient Light and Other Continuous Interferences Applications Keyless Entry Systems Remote Control Wireless

More information

Rear Window Heating Timer/ Long-term Timer U6046B

Rear Window Heating Timer/ Long-term Timer U6046B Features Delay Time Range:.s to 0h RC Oscillator Determines Timing Characteristics Relay Driver with Z-diode Debounced Input for Toggle Switch Two Debounced Inputs: ON and OFF Load-dump Protection RF Interference

More information

Application Note. Preliminary. 8-bit Microcontrollers

Application Note. Preliminary. 8-bit Microcontrollers AVR140: ATmega48/88/168 family run-time calibration of the Internal RC oscillator for LIN applications Features Calibration of internal RC oscillator via UART LIN 2.0 compatible synchronization/calibration

More information

Read/Write Crypto Transponder for Short Cycle Time TK5561A-PP

Read/Write Crypto Transponder for Short Cycle Time TK5561A-PP Features 65 ms Cycle Time for Crypto Algorithm Programming Encryption Time < 10 ms, < 30 ms Optional Identification Transponder in Plastic Cube Contactless Read/Write Data Transmission High-security Crypto

More information

UHF ASK/FSK Transmitter U2741B

UHF ASK/FSK Transmitter U2741B Features Very High Transmitting Frequency Accuracy Compared to SAW Solutions (Enables Receivers at Lower Bandwidth than with SAW Resonators) Lower Cost than the Usual Discrete Solutions Using SAW and Transistors

More information

4-Megabit (512K x 8) OTP EPROM AT27C040. Features. Description. Pin Configurations

4-Megabit (512K x 8) OTP EPROM AT27C040. Features. Description. Pin Configurations Features Fast Read Access Time - 70 ns Low Power CMOS Operation 100 µa max. Standby 30 ma max. Active at 5 MHz JEDEC Standard Packages 32-Lead 600-mil PDIP 32-Lead 450-mil SOIC (SOP) 32-Lead PLCC 32-Lead

More information

3-wire Serial EEPROM AT93C86. Features. Description. Pin Configurations 8-lead PDIP. 16K (2048 x 8 or 1024 x 16)

3-wire Serial EEPROM AT93C86. Features. Description. Pin Configurations 8-lead PDIP. 16K (2048 x 8 or 1024 x 16) Features Low-voltage and Standard-voltage Operation 2.7 (V CC = 2.7V to 5.5V) User Selectable Internal Organization 6K: 2048 x 8 or 024 x 6 3-wire Serial Interface Sequential Read Operation Schmitt Trigger,

More information

AVR053: Calibration of the internal RC oscillator. 8-bit Microcontrollers. Application Note. Features. Introduction

AVR053: Calibration of the internal RC oscillator. 8-bit Microcontrollers. Application Note. Features. Introduction AVR053: Calibration of the internal RC oscillator Features Calibration using STK500, AVRISP, JTAGICE or JTAGICE mkii Calibration using 3 rd party programmers Adjustable RC frequency with +/-1% accuracy

More information

8-bit RISC Microcontroller. Application Note. AVR042: AVR Hardware Design Considerations

8-bit RISC Microcontroller. Application Note. AVR042: AVR Hardware Design Considerations AVR042: AVR Hardware Design Considerations Features Providing Robust Supply Voltage, Digital and Analog Connecting the RESET Line SPI Interface for In-System Programming Using External Crystal or Ceramic

More information

Low-power Audio Amplifier for Telephone Applications U4083B

Low-power Audio Amplifier for Telephone Applications U4083B Features Wide Operating Voltage Range: 2V to 16V Low Current Consumption: 2.7 ma Typically Chip Disable Input to Power Down the Integrated Circuit Low Power-down Quiescent Current Drives a Wide Range of

More information

Transceiver Base Station Board ATAB542x-x-B. Application Note. Bill of Materials and Implementation of the Transceiver Base Station Board ATAB542x-x-B

Transceiver Base Station Board ATAB542x-x-B. Application Note. Bill of Materials and Implementation of the Transceiver Base Station Board ATAB542x-x-B Bill of Materials and Implementation of the Transceiver Base Station Board The ATA542x is part of Atmel s RF multichannel transceiver family dedicated to unlicensed frequency bands. This document describes

More information

Two-relay Flasher ATA6140

Two-relay Flasher ATA6140 Features Temperature and Voltage ensated Frequency (Fully Oscillator) Warning Indication of Lamp Failure by Means of Frequency Doubling Voltage Dependence of the Indicator Lamps also ensated for Lamp Failure

More information

3-wire Serial EEPROM AT93C86. Features. Description. Pin Configurations. 16K (2048 x 8 or 1024 x 16)

3-wire Serial EEPROM AT93C86. Features. Description. Pin Configurations. 16K (2048 x 8 or 1024 x 16) Features Low-voltage and Standard-voltage Operation 2.7 (V CC = 2.7V to 5.5V) User Selectable Internal Organization 6K: 2048 x 8 or 024 x 6 3-wire Serial Interface Sequential Read Operation Schmitt Trigger,

More information

2.4-GHz SiGe Power Amplifier for b/g WLAN Systems T7031. Preliminary

2.4-GHz SiGe Power Amplifier for b/g WLAN Systems T7031. Preliminary Features Frequency Range 2.4 GHz to 2. GHz Supply Voltage 2.7 V to 3.6 V 21 dbm Linear Output Power for IEEE 82.11b Mode 3.% EVM at 1. dbm Output Power for IEEE 82.11g Mode On-chip Power Detector with

More information

Low-cost Phase-control IC with Soft Start U2008B

Low-cost Phase-control IC with Soft Start U2008B Features Full Wave Current Sensing Compensated Mains Supply Variations Variable Soft Start or Load-current Sensing Voltage and Current Synchronization Switchable Automatic Retriggering Triggering Pulse

More information

APPLICATION NOTE. AT11009: Migration from ATxmega64D3/128D3/192D3/256D3 Revision E to Revision I. Introduction. Features.

APPLICATION NOTE. AT11009: Migration from ATxmega64D3/128D3/192D3/256D3 Revision E to Revision I. Introduction. Features. APPLICATION NOTE AT11009: Migration from ATxmega64D3/128D3/192D3/256D3 Revision E to Revision I Atmel AVR XMEGA Introduction This application note lists out the differences and changes between Revision

More information

Distributed by: www.jameco.com 1-800-831-4242 The content and copyrights of the attached material are the property of its owner. Features Fast Read Access Time - 45 ns Low-Power CMOS Operation 100 µa max.

More information

Transceiver Base Station Board ATAB5823-x-B/ ATAB5824-x-B. Application Note

Transceiver Base Station Board ATAB5823-x-B/ ATAB5824-x-B. Application Note Bill of Materials and Implementation of the Transceiver Base Station Board ATAB5823/24-x-B The ATA5823/24 is part of Atmel s RF multichannel transceiver family dedicated to unlicensed frequency bands.

More information

Battery-Voltage. 1-Megabit (64K x 16) Unregulated. High-Speed OTP EPROM AT27BV1024. Features. Description. Pin Configurations

Battery-Voltage. 1-Megabit (64K x 16) Unregulated. High-Speed OTP EPROM AT27BV1024. Features. Description. Pin Configurations Features Fast Read Access Time - 90 ns Dual Voltage Range Operation Unregulated Battery Power Supply Range, 2.7V to 3.6V or Standard 5V ± 10% Supply Range Pin Compatible with JEDEC Standard AT27C1024 Low

More information

AVR1606: XMEGA Internal RC Oscillator Calibration. 8-bit Microcontrollers. Application Note. Features. 1 Introduction

AVR1606: XMEGA Internal RC Oscillator Calibration. 8-bit Microcontrollers. Application Note. Features. 1 Introduction AVR1606: XMEGA Internal RC Oscillator Calibration Features Adjustable RC frequency with +/-1% accuracy Support for all XMEGA s with tunable RC oscillator via JTAG interface Calibration using JTAGICE mkii

More information

Battery-Voltage. 1-Megabit (128K x 8) Unregulated OTP EPROM AT27BV010. Features. Description. Pin Configurations

Battery-Voltage. 1-Megabit (128K x 8) Unregulated OTP EPROM AT27BV010. Features. Description. Pin Configurations Features Fast Read Access Time - 90 ns Dual Voltage Range Operation Unregulated Battery Power Supply Range, 2.7V to 3.6V or Standard 5V ± 10% Supply Range Compatible with JEDEC Standard AT27C010 Low Power

More information

UHF ASK/FSK. Transmitter T5754

UHF ASK/FSK. Transmitter T5754 Features Integrated PLL Loop Filter ESD Protection (4 kv HBM/200 V MM; Except Pin 2: 4 kv HBM/100 V MM) also at / High Output Power (. dbm) with Low Supply Current (9.0 ma) Modulation Scheme ASK/ FSK FSK

More information

AVR1311: Using the XMEGA Timer/Counter Extensions. 8-bit Microcontrollers. Application Note. Features. 1 Introduction

AVR1311: Using the XMEGA Timer/Counter Extensions. 8-bit Microcontrollers. Application Note. Features. 1 Introduction AVR1311: Using the XMEGA Timer/Counter Extensions Features Advanced Waveform extensions (AWeX) - Dead-time insertion - Pattern generation - Fault protection High Resolution Extension (HiRes) - Increases

More information

AT91 ARM Thumb Microcontrollers. AT91R40008 Electrical Characteristics. Features. Description

AT91 ARM Thumb Microcontrollers. AT91R40008 Electrical Characteristics. Features. Description Features Incorporates the ARM7TDMI ARM Thumb Processor Core High-performance 32-bit RISC Architecture High-density 16-bit Instruction Set Leader in MIPS/Watt Little-endian Embedded ICE (In-circuit Emulation)

More information

1-Megabit (128K x 8) OTP EPROM AT27C010

1-Megabit (128K x 8) OTP EPROM AT27C010 Features Fast Read Access Time 45 ns Low-Power CMOS Operation 100 µa Max Standby 25 ma Max Active at 5 MHz JEDEC Standard Packages 32-lead PDIP 32-lead PLCC 32-lead TSOP 5V ± 10% Supply High Reliability

More information

ATAK57xx Software Description. Application Note. Preliminary. Software Description RF Design Kit ATAK57xx. Description

ATAK57xx Software Description. Application Note. Preliminary. Software Description RF Design Kit ATAK57xx. Description Software Description RF Design Kit ATAK57xx Description The RF Design Kit software is used to configure the RF transmitter and receiver via the PC. Parameters such as baud rate, modulation, testword etc.

More information

8-bit. Application Note. Microcontrollers. AVR077: Opto Isolated Emulation for the DebugWIRE

8-bit. Application Note. Microcontrollers. AVR077: Opto Isolated Emulation for the DebugWIRE AVR077: Opto Isolated Emulation for the DebugWIRE. Features DebugWIRE emulation Opto isolation Works with AVR Dragon and JTAGICE mkii. Introduction This application note describes how to implement an optoisolated

More information

8-bit Microcontroller with 128K Bytes In-System Programmable Flash. ATmega128A

8-bit Microcontroller with 128K Bytes In-System Programmable Flash. ATmega128A Features High-performance, Low-power AVR 8-bit Microcontroller Advanced RISC Architecture 33 Powerful Instructions Most Single Clock Cycle Execution 32 x 8 General Purpose Working Registers + Peripheral

More information

AT91 ARM Thumb Microcontrollers. AT91M42800A Electrical Characteristics

AT91 ARM Thumb Microcontrollers. AT91M42800A Electrical Characteristics Features Utilizes the ARM7TDMI ARM Thumb Processor Core High-performance 32-bit RISC Architecture High-density 16-bit Instruction Set Leader in MIPS/Watt Embedded ICE (In-circuit Emulation) 8K Bytes Internal

More information

3-wire Serial EEPROM AT93C86A. Preliminary. Features. Description. Pin Configurations. 16K (2048 x 8 or 1024 x 16) VCC DC ORG GND CS SK DI DO

3-wire Serial EEPROM AT93C86A. Preliminary. Features. Description. Pin Configurations. 16K (2048 x 8 or 1024 x 16) VCC DC ORG GND CS SK DI DO Features Low-voltage and Standard-voltage Operation 2.7 (V CC = 2.7V to 5.5V).8 (V CC =.8V to 5.5V) User Selectable Internal Organization 6K: 2048 x 8 or 024 x 6 3-wire Serial Interface Sequential Read

More information

8-bit Microcontroller with 16K Bytes In-System Programmable Flash. ATmega16 ATmega16L. Preliminary

8-bit Microcontroller with 16K Bytes In-System Programmable Flash. ATmega16 ATmega16L. Preliminary Features High-performance, Low-power AVR 8-bit Microcontroller Advanced RISC Architecture 131 Powerful Instructions Most Single-clock Cycle Execution 32 x 8 General Purpose Working Registers Fully Static

More information

Very Highresolution. Linear CCD Image Sensor (12000 Pixels) TH7834C. Features. Description

Very Highresolution. Linear CCD Image Sensor (12000 Pixels) TH7834C. Features. Description Features 6.5 µm x 6.5 µm Photodiode Pixel, at 6.5 µm Pitch 2 x 2 Outputs High Output Data Rate: 4 x 5 MHz High Dynamic Range: 10000: 1 Antiblooming and Exposure Time Control Very Low Lag 56 lead 0.6" DIL

More information

8-bit Microcontroller with 2K Bytes In-System Programmable Flash. ATtiny261A. Appendix A. Appendix A ATtiny261A Specification at 105 C

8-bit Microcontroller with 2K Bytes In-System Programmable Flash. ATtiny261A. Appendix A. Appendix A ATtiny261A Specification at 105 C Appendix A ATtiny261A Specification at 15 C This document contains information specific to devices operating at temperatures up to 15 C. Only deviations are covered in this appendix, all other information

More information

Standard R/W IDIC (264 Bit) with Integrated Capacitance T5554. Preliminary. Features. Description. System Block Diagram

Standard R/W IDIC (264 Bit) with Integrated Capacitance T5554. Preliminary. Features. Description. System Block Diagram Coil interface Controller Features Low-power, Low-voltage Operation Contactless Power Supply Contactless Read/Write Data Transmission Radio Frequency (RF): 100 khz to 150 khz 264-bit EEPROM Memory in 8

More information

2-Megabit (128K x 16) OTP EPROM AT27C2048

2-Megabit (128K x 16) OTP EPROM AT27C2048 Features Fast Read Access Time 55 ns Low Power CMOS Operation 100 µa Maximum Standby 35 ma Maximum Active at 5 MHz JEDEC Standard Packages 40-lead PDIP 44-lead PLCC 40-lead VSOP Direct Upgrade from 512-Kbit

More information

8-bit Microcontroller with 32K Bytes In-System Programmable Flash. ATmega32 ATmega32L

8-bit Microcontroller with 32K Bytes In-System Programmable Flash. ATmega32 ATmega32L Features High-performance, Low-power AVR 8-bit Microcontroller Advanced RISC Architecture 131 Powerful Instructions Most Single-clock Cycle Execution 32 x 8 General Purpose Working Registers Fully Static

More information

Multifunction Timer IC U2102B

Multifunction Timer IC U2102B Features Integrated Reverse Phase Control Mode Selection: Zero-voltage Switch with Static Output Two-stage Reverse Phase Control with Switch-off Two-stage Reverse Phase Control with Dimming Function Current

More information

8-bit Microcontroller with 1K Bytes Flash. ATtiny15. Advance Information. Features. Description. Pin Configurations

8-bit Microcontroller with 1K Bytes Flash. ATtiny15. Advance Information. Features. Description. Pin Configurations Features High-performance, Low-power AVR 8-bit Microcontroller RISC Architecture 90 Powerful Instructions - Most Single Clock Cycle Execution 32 x 8 General Purpose Working Registers Fully Static Operation

More information

Phase Control IC for Tacho Applications U209B

Phase Control IC for Tacho Applications U209B Features Internal Frequency-to-voltage Converter Externally Controlled Integrated Amplifier Automatic Soft Start with Minimized Dead Time Voltage and Current Synchronization Retriggering Triggering Pulse

More information

1-Megabit (64K x 16) OTP EPROM AT27C1024

1-Megabit (64K x 16) OTP EPROM AT27C1024 Features Fast Read Access Time 45 ns Low-Power CMOS Operation 100 µa Max Standby 30 ma Max Active at 5 MHz JEDEC Standard Packages 40-lead PDIP 44-lead PLCC 40-lead VSOP Direct Upgrade from 512K (AT27C516)

More information

Highperformance EE PLD ATF22V10B. Features. Logic Diagram. Pin Configurations. All Pinouts Top View

Highperformance EE PLD ATF22V10B. Features. Logic Diagram. Pin Configurations. All Pinouts Top View * Features Industry Standard Architecture Low-cost Easy-to-use Software Tools High-speed, Electrically-erasable Programmable Logic Devices 7.5 ns Maximum Pin-to-pin Delay Several Power Saving Options Device

More information

AVR122: Calibration of the AVR's internal temperature reference. 8-bit Microcontrollers. Application Note. Features.

AVR122: Calibration of the AVR's internal temperature reference. 8-bit Microcontrollers. Application Note. Features. AVR1: Calibration of the AVR's internal temperature reference Features Two-point and one-point calibration Compensating the ADC output values 1 Introduction This application note describes how to calibrate

More information

UHF ASK/FSK Receiver ATA5721 ATA5722. Features

UHF ASK/FSK Receiver ATA5721 ATA5722. Features Features High FSK Sensitivity: 105.5 dbm at 20 Kbits/s, 109 dbm at 2.4 Kbits/s (433.92 MHz) High ASK Sensitivity: 111.5 dbm at 10 Kbits/s, 116 dbm at 2.4 Kbits/s (100% ASK Carrier Level, 433.92 MHz) Low

More information

8-bit Microcontroller with 128K Bytes In-System Programmable Flash. ATmega128 ATmega128L

8-bit Microcontroller with 128K Bytes In-System Programmable Flash. ATmega128 ATmega128L Features High-performance, Low-power AVR 8-bit Microcontroller Advanced RISC Architecture 133 Powerful Instructions Most Single Clock Cycle Execution 32 x 8 General Purpose Working Registers + Peripheral

More information

8-bit Microcontroller with 64K Bytes In-System Programmable Flash. ATmega64 ATmega64L. Preliminary. Features

8-bit Microcontroller with 64K Bytes In-System Programmable Flash. ATmega64 ATmega64L. Preliminary. Features Features High-performance, Low-power AVR 8-bit Microcontroller Advanced RISC Architecture 130 Powerful Instructions Most Single Clock Cycle Execution 32 x 8 General Purpose Working Registers + Peripheral

More information

AVR1302: Using the XMEGA Analog Comparator. 8-bit Microcontrollers. Application Note. Features. 1 Introduction

AVR1302: Using the XMEGA Analog Comparator. 8-bit Microcontrollers. Application Note. Features. 1 Introduction AVR1302: Using the XMEGA Analog Comparator Features Flexible Input Selection High-speed vs. Low-power Option Selectable Input Hysteresis Comparator 0 Output Available on I/O Pin Scalable Voltage References

More information

8-bit Microcontroller with 8K Bytes In-System Programmable Flash. ATmega8535 ATmega8535L

8-bit Microcontroller with 8K Bytes In-System Programmable Flash. ATmega8535 ATmega8535L Features High-performance, Low-power AVR 8-bit Microcontroller Advanced RISC Architecture 130 Powerful Instructions Most Single Clock Cycle Execution 32 x 8 General Purpose Working Registers Fully Static

More information

Phase-control IC with Current Feedback and. Overload. Protection U2010B

Phase-control IC with Current Feedback and. Overload. Protection U2010B Features Full-wave Current Sensing Mains Supply ariation Compensated Programmable Load-current Limitation with Over- and High-load Output ariable Soft Start oltage and Current Synchronization Automatic

More information

ATmega 16. Dariusz Chaberski

ATmega 16. Dariusz Chaberski ATmega 16 Dariusz Chaberski Obudowy 2 Schemat blokowy 3 4 5 Pamięć EEPROM The EEPROM Address Register The EEPROM Data Register 6 The EEPROM Control Register EERIE: EEPROM Ready Interrupt Enable EEMWE:

More information

L-band Down-converter for DAB Receivers U2730B-N. Preliminary

L-band Down-converter for DAB Receivers U2730B-N. Preliminary Features Supply Voltage: 8.5 V RF Frequency Range: 1400 MHz to 1550 MHz IF Frequency Range: 150 MHz to 250 MHz Enhanced IM3 Rejection Overall Gain Control Range: 30 db Typically DSB Noise Figure: 10 db

More information

8-bit Microcontroller with 32K Bytes In-System Programmable Flash. ATmega32A

8-bit Microcontroller with 32K Bytes In-System Programmable Flash. ATmega32A Features High-performance, Low-power AVR 8-bit Microcontroller Advanced RISC Architecture 3 Powerful Instructions Most Single-clock Cycle Execution 32 x 8 General Purpose Working Registers Fully Static

More information

with 128K Bytes 4K Bytes Internal SRAM Up to 64K Bytes Optional External Memory Space

with 128K Bytes 4K Bytes Internal SRAM Up to 64K Bytes Optional External Memory Space Features High-performance, Low-power AVR 8-bit Microcontroller Advanced RISC Architecture 133 Powerful Instructions Most Single Clock Cycle Execution 32 x 8 General Purpose Working Registers + Peripheral

More information

ATmega16A Microcontroller

ATmega16A Microcontroller ATmega16A Microcontroller Timers 1 Timers Timer 0,1,2 8 bits or 16 bits Clock sources: Internal clock, Internal clock with prescaler, External clock (timer 2), Special input pin 2 Features The choice of

More information

ELCT 912: Advanced Embedded Systems

ELCT 912: Advanced Embedded Systems ELCT 912: Advanced Embedded Systems Lecture 5: PIC Peripherals on Chip Dr. Mohamed Abd El Ghany, Department of Electronics and Electrical Engineering The PIC Family: Peripherals Different PICs have different

More information

AT91 ARM Thumb Microcontrollers. AT91R40008 Electrical Characteristics

AT91 ARM Thumb Microcontrollers. AT91R40008 Electrical Characteristics Features Incorporates the ARM7TDMI ARM Thumb Processor Core High-performance 32-bit RISC Architecture High-density 16-bit Instruction Set Leader in MIPS/Watt Little-endian EmbeddedICE (In-circuit Emulation)

More information

8-bit with 8K Bytes In-System Programmable Flash. ATmega8 ATmega8L. Preliminary

8-bit with 8K Bytes In-System Programmable Flash. ATmega8 ATmega8L. Preliminary Features High-performance, Low-power AVR 8-bit Microcontroller Advanced RISC Architecture 130 Powerful Instructions Most Single-clock Cycle Execution 32 x 8 General Purpose Working Registers Fully Static

More information

Highperformance EE PLD ATF22V10B ATF22V10BQ ATV22V10BQL

Highperformance EE PLD ATF22V10B ATF22V10BQ ATV22V10BQL * Features Industry Standard Architecture Low-cost Easy-to-use Software Tools High-speed, Electrically-erasable Programmable Logic Devices 7.5 ns Maximum Pin-to-pin Delay Several Power Saving Options Device

More information

128-bit Read-only IDIC for RF Identification. e5530

128-bit Read-only IDIC for RF Identification. e5530 Features Low-power, Low-voltage CMOS Rectifier, Voltage Limiter, Clock Extraction On-chip (No Battery) Small Size Factory Laser Programmable ROM Operating Temperature Range 40 C to +125 C Radio Frequency

More information

Time-code Receiver T4227

Time-code Receiver T4227 Features Low Power Consumption Very High Sensitivity (. µv) High Selectivity by Using Crystal Filter Power-down Mode Available Only Few External Components Necessary Complementary Output Stages AGC Hold

More information

Read/Write Base Station U2270B

Read/Write Base Station U2270B Features Carrier Frequency f osc 100 khz to 150 khz Typical Data Rate up to 5 kbaud at 125 khz Suitable for Manchester and Bi-phase Modulation Power Supply from the Car Battery or from 5- Regulated oltage

More information

8-bit with 8K Bytes In-System Programmable Flash. ATmega8* ATmega8L*

8-bit with 8K Bytes In-System Programmable Flash. ATmega8* ATmega8L* Features High-performance, Low-power AVR 8-bit Microcontroller Advanced RISC Architecture 130 Powerful Instructions Most Single-clock Cycle Execution 32 x 8 General Purpose Working Registers Fully Static

More information