AT91 ARM Thumb Microcontrollers. Application Note. Using the ECC Controller on AT91SAM9260/9263 and AT91SAM7SE Microcontrollers. 1.

Size: px
Start display at page:

Download "AT91 ARM Thumb Microcontrollers. Application Note. Using the ECC Controller on AT91SAM9260/9263 and AT91SAM7SE Microcontrollers. 1."

Transcription

1 Using the ECC Controller on AT91SAM9260/9263 and AT91SAM7SE Microcontrollers 1. Scope The purpose of this document is to explain how to use the Error Corrected Code (ECC) Controller embedded in the AT91SAM9260/9263 and AT91SAM7SE family of ARM Thumb -based microcontrollers. The ECC controller performs 2-bit data error identification and single-bit correction to maintain integrity of data stored in NAND Flash and SmartMedia devices. 2. NAND Flash Device Overview 2.1 Internal Array Architecture The NAND Flash array is organized in a series of blocks which are divided in several pages. Data is stored either in byte (8 bits) or half-word (16 bits) format depending on the device type. Each page consists of a main area for storing data and a spare area (physically similar) typically used for data error identification and correction, wear levelling, etc... One particularity of NAND Flash devices is that they may contain a percentage of invalid blocks in the memory array. Before delivering the chip, these blocks are identified and marked as Invalid Blocks in the first or second page of each block. The existence of bad blocks does not affect the good ones because each block is independent and individually isolated from the bit lines by block select transistors. Because NAND Flash devices have a finite lifetime (approximately write/erase cycles), additional invalid blocks may develop while being used. Storing data requires bad-block management and data error identification and correction. Refer to Section 3. Invalid Block Management. AT91 ARM Thumb Microcontrollers Application Note 2.2 Basic Operation Principle NAND Flash operations are fully controlled through a multiplexed I/O interface and additional control signals. Commands, addresses and data are transferred through the external input/output bus (8-bit or 16-bit) to the dedicated internal registers. In 16- bit devices, commands, addresses and data use the lower 8 bits (7-0), the upper 8 bits are only used during data-transfer cycles. Read and program operations are performed on a per page basis whereas erase operations are performed on a block basis. To read or write from NAND Flash, a command sequence is issued to select a block and a page. After this selection, the entire page can be read or written. The command sequence normally consists of a Command Latch Cycle, an Address Latch Cycle and a Data Cycle either read or write.

2 The waveforms shown in Figure 2-1 depict the successive accesses: Command Latch, Address Latch and Data Output. Notice that no command can be sent to the NAND Flash during t R due to it s busy-state period. Figure 2-1. Page READ Operation CLE t CEA CE t REA RE ALE t R R/B WE I/Ox 00h Address (5 cycles) 30h Command cycle 1 Address cycles Command cycle 2 Don't Care 3. Invalid Block Management Please refer to the NAND Flash manufacturer s datasheet for command sets and full operation description. 3.1 Invalid Block Definition As mentioned in Section 2.1 Internal Array Architecture, NAND flash devices contain a certain percentage of invalid blocks at the end of the production process. Invalid blocks are defined as blocks that contain one or more invalid bits. 3.2 Spare Assignment The invalid block status byte location and the ECC locations within the spare area depend on the device type (small/large-page devices and 8/16- bit devices). The widely used spare area assignment defined by SAMSUNG is illustrated in Figure 3-1, Figure 3-2, Figure 3-3 and Figure Application Note

3 Application Note Figure 3-1. Small Page 8-bit Device Organization 512 Bytes Spare 16 Bytes LSN0 LSN1 LSN2 Reserved Reserved BI ECC0 ECC1 ECC2 S-ECC0 S-ECC1 Reserved Reserved Reserved Reserved Reserved 1 st B 2 nd B 3 rd B 4 th B 5 th B 6 th B 7 th B 8 th B 9 th B 10 th B 11 th B 12 th B 13 th B 14 th B 15 th B 16 th B Figure 3-2. Small Page 16-bit Device Organization 256 Half Words Spare 8 Half Words LSN0 LSN1 LSN2 Reserved Reserved Reserved ECCa ECCb ECCc S-ECCa S-ECCb B1 Reserved Reserved Reserved Reserved LSB MSB LSB MSB LSB MSB LSB MSB LSB MSB LSB MSB LSB MSB LSB MSB 1 st Half Word 2 nd Half Word 3 rd Half Word 4 th Half Word 5 th Half Word 6 th Half Word 7 th Half Word 8 th Half Word Figure 3-3. Large Page 8-bit Device Organization 512 Bytes 512 Bytes 512 Bytes 512 Bytes 16 Bytes 16 Bytes 16 Bytes 16 Bytes BI Reserved LSN0 LSN1 LSN2 Reserved Reserved Reserved ECC0 ECC1 ECC2 S-ECC0 S-ECC1 Reserved Reserved Reserved 1 st B 2 nd B 3 rd B 4 th B 5 th B 6 th B 7 th B 8 th B 9 th B 10 th B 11 th B 12 th B 13 th B 14 th B 15 th B 16 th B Figure 3-4. Large Page 16-bit Device Organization 256 Half Words 256 Half Words 256 Half Words 256 Half Words 8 Half Words 8 Half Words 8 Half Words 8 Half Words BI BI LSN0 LSN1 LSN2 ReservedReservedReserved ECC0 ECC1 ECC2 S-ECC0 S-ECC1 Reserved Reserved Reserved LSB MSB LSB MSB LSB MSB LSB MSB LSB MSB LSB MSB LSB MSB LSB MSB 1 st Half Word 2 nd Half Word 3 rd Half Word 4 th Half Word 5 th Half Word 6 th Half Word 7 th Half Word 8 th Half Word Abbreviations as used in Figure 3-1 through Figure 3-4 above BI ECC S-ECC HW LSN Invalid block information ECC code for data ECC code for LSN data Half Word Logical sector number 3

4 3.3 Invalid Block Identification Before shipping, every NAND Flash device is tested with specific test patterns under different voltage and temperature conditions in order to identify memory locations containing errors. When errors are detected, the block to which the invalid memory location belongs is marked as an Invalid Block. All device locations are erased (FFh for 8-bit devices, FFFFh for 16-bit devices) except locations where the invalid block information is written. As illustrated above in Figure 3-1,Figure 3-2, Figure 3-3, and Figure 3-4, the bad block Information is located in the first byte (8-bit devices) or first half word (16-bit devices) in the spare area for Large Page devices and in the sixth byte (8-bit devices) or sixth half word (16-bit devices) in the spare area of Small Page devices. Manufacturers make sure that every invalid block has non-ffh (8-bit devices) or non-ffffh (16-bit devices) data in the bad block information location. Since invalid block information (located in the spare area) written by the manufacturer is not write/erase protected, it can be lost and will be almost impossible to recover. In order to prevent loosing this information, it is highly recommended to proceed to a block status mapping before any write or erase operation. The flow chart below describes how this can be done by software. Figure 3-5. Bad Block Identification Flow Chart Start Create Invalid Block(s) Table Set Block Address = 0 Point to Bad Block Information location No Data = FFh or FFFFh? Update Invalid Block(s) Table Yes No Last Block? Increment Block Address Yes End Important Note: Any intentional erasure of the original invalid block information is prohibited. 4 Application Note

5 Application Note 4. Error Detection and Correction NAND Flash/SmartMedia devices contain by default invalid blocks which have one or more invalid bits. Over the NAND Flash/SmartMedia lifetime, additional invalid blocks may occur which can be detected/corrected by ECC code. To ensure data read/write integrity, system error checking and correction (ECC) algorithms should be implemented. The AT91SAM9260/9263 and AT91SAM7SE microcontrollers provide ECC hardware support. The embedded ECC controller is capable of single-bit error correction and 2-bit error detection per page (528/1056/2112/4224). When NAND Flash/SmartMedia have more than 2 bits of errors, the data cannot be corrected. 4.1 ECC Calculation Algorithm For Single-bit Error Correction and Double bit Error Detection (SEC-DED) hsiao code is used. 32-bit ECC is generated in order to perform one bit correction per 512/1024/2048/ or 16- bit words. Of the 32 ECC bits, 26 bits are for line parity and 6 bits are for column parity. They are generated according to the schemes shown in Figure 4-1 and Figure 4-2. Figure 4-1. Parity Generation for 512/1024/2048/ bit Words1 1st byte 2nd byte 3rd byte 4 th byte P8 P8' P8 P8' P16 P16' P32 PX (page size -3 )th byte (page size -2 )th byte (page size -1 )th byte Page size th byte P8 P8' P8 P8' P16 P16' P32 PX' P1 P1' P1 P1' P1 P1' P1 P1' P2 P2' P2 P2' P4 P4' Page size = 512 Px = 2048 Page size = 1024 Px = 4096 Page size = 2048 Px = 8192 Page size = 4096 Px = P1=bit7(+)bit5(+)bit3(+)bit1(+)P1 P2=bit7(+)bit6(+)bit3(+)bit2(+)P2 P4=bit7(+)bit6(+)bit5(+)bit4(+)P4 P1'=bit6(+)bit4(+)bit2(+)bit0(+)P1' P2'=bit5(+)bit4(+)bit1(+)bit0(+)P2' P4'=bit7(+)bit6(+)bit5(+)bit4(+)P4' 5

6 Figure 4-2. Parity Generation for 512/1024/2048/ bit Words 1st word 2nd word 3rd word 4th word (Page size -3 )th word (Page size -2 )th word (Page size -1 )th word Page size th word 6 Application Note

7 Application Note 4.2 ECC Controller Preliminary Requirements In order to calculate ECC properly during write/read and read processes, the following constraints must be respected: at least 1 Hold time must be programmed in the RWHOLD field of the SMC_CSRx register (only AT91SAM7SE family is concerned) read/write sequence must start at a page boundary read/write accesses must be done through the whole main area since ECC is calculated on the main area data data accesses must be performed chronologically through the main area the appropriate page size must be programmed in the PAGESIZE field of the ECC_MR register 4.3 ECC Controller Functional Description Page Write Sequence The ECC controller is automatically reset as soon as the first write command (80h) is performed to the NAND Flash or the SmartMedia device. The ECC calculation starts only once the required address cycles (the number of address cycles depends on the device type) is performed to NAND Flash or the SmartMedia device. The ECC is refreshed at each write access of the page until the last byte or half word of the main area is written. Once the whole main area has been written, the final ECC result is available in the ECC Parity Register (ECC_PR) and ECC NParity Register (ECC_NPR) until a new start condition occurs. It is up to the software application to write the Parity ECC and NParity ECC in the appropriate locations of the device spare area. Please note that apart from data accesses (ALE = CLE = 0), the ECC controller ignores any other command which is performed to the NAND Flash or the SmartMedia device. Figure 4-3 below illustrates a full page write sequence with ECC calculation. Figure 4-3. ECC Calculation During Page Write Sequence without Random Write Spare ECC Controller Reset Start of ECC Calculation Main Size ECC Result Ready in and Locked I/Ox 80h Address 1st 2nd... n th ECC ECC ECC ECC 10h Write Command 1 Address cycles Write Command 2 Accesses Ignored by the ECC Controller for ECC calculation Main Write Accesses Accesses Allowing ECC calculation Spare ECC locations Write Accesses 7

8 Figure 4-4. ECC Calculation During Page Write Sequence with Random Write Spare ECC Controller Reset Start of ECC Calculation Main Size ECC Result Ready in and Locked I/Ox 80h Address 1st 2nd... n th Write Address cycles Command 1 85h Address ECC ECC ECC ECC 10h Random Column Address Write cycles Command Write Command 2 Accesses Ignored by the ECC Controller for ECC calculation Main Write Accesses Accesses Allowing ECC calculation Spare ECC locations Write Accesses Page Read Sequence The ECC controller is automatically reset as soon as the first read command (00h) is performed to the NAND Flash or the SmartMedia device. The ECC calculation starts only once the required address cycles (the number of address cycles depends on the device type) and the second read command (30h) is performed to the NAND Flash or the SmartMedia device. The ECC is refreshed at each read access of the page until the last byte or half word of the main area is read. Once the whole main area has been read, the next four data read accesses must be performed to the spare area locations where ECC has been previously stored by the software application. If this condition is not respected, the ECC controller will not be able to check data integrity. Since Parity ECC and NParity has been previously stored in locations of the spare area which are not contiguous to the main area, it is useful to perform a random read command sequence before performing the four ECC data accesses. Please note that apart from data accesses (ALE = CLE = 0), the ECC controller ignores any other command which is performed to the NAND Flash or the SmartMedia device. The ECC controller performs error detection automatically by applying an XOR operation between the calculated ECC and the ECC stored in the spare area. In order to determine if an error has been detected by the ECC controller, the software application must check the MULERR, ECCERR and RECERR fields in the ECC Status Register (ECC_SR) No Error MULERR, ECCERR and RECERR fields in the ECC Status Register (ECC_SR) are all cleared. XOR between the calculated ECC computation and the ECC code stored in the spare area is equal to Recoverable Error Only the RECERR field in the ECC Status register (ECC_SR) is set. The corrupted word offset in the read page is defined by the WORDADDR field in the ECC Parity Register (ECC_PR). The corrupted bit position in the concerned word is defined in the BITADDR field in the ECC Parity Register (ECC_PR). 8 Application Note

9 Application Note ECC Error The ECCERR field in the ECC Status Register (ECC_SR) is set. An error has been detected in the ECC code stored in the Spare area of the device. The position of the corrupted bit can be found by applying an XOR operation between the ECC Parity and the ECC NParity codes previously stored in the spare area of the device Non Recoverable Error The MULERR field in the ECC Status Register (ECC_SR) is set. Several errors have been detected in the data stored in the device. The block to which this page belongs should be declared as invalid. Figure 4-5 below illustrates a full page read sequence with ECC error detection. Figure 4-5. ECC Error Detection During Page Read Sequence with Random Read Spare ECC Controller Reset Start of ECC Calculation ECC Result Ready and Locked Start of ECC Error Detection ECC Error Detection Completed Main Size I/Ox 00h Address 30h 1st 2nd... n th 05h Address E0h ECC ECC ECC ECC Read Address Cycles Read Data Accesses Random Column Address Random Command 1 Command 2 Read cycles Read Command 1 Command 2 Accesses ignored by the ECC Controller for ECC calculation Main Read Accesses Accesses allowing ECC calculation Accesses ignored by the ECC Controller for Error Detection Spare ECC locations Read Accesses Figure 4-6. ECC Error Detection During Page Read Sequence without Random Read Spare ECC Controller Reset Start of ECC Calculation ECC Result Ready and Locked Start of ECC Error Detection ECC Error Detection Completed Main Size I/Ox 00h Address 30h 1st 2nd... n th ECC ECC ECC ECC Read Command 1 Address Cycles Read Command 2 Data Accesses Accesses ignored by the ECC Controller for ECC calculation Main Read Accesses Accesses allowing ECC calculation Spare ECC locations Read Accesses 9

10 5. High-Level File System Software Compatibility 6. Software Example High-level software drivers for managing file systems in NAND Flash devices are available from different sources. These drivers provide support for wear leveling, bad block management, ECC etc... File Systems available on the market usually manage ECC as: 3 bytes ECC for 256 bytes of data per page 3 bytes ECC for 512 bytes of data per page The AT91SAM ECC controller manages ECC as: 4 bytes ECC for 512/1024/2048/4096 bytes of data per page Since the ECC offset in the spare area and the number of ECC per page is not yet normalized, it is highly recommended to manage ECC by software when using a high-level file system. A software example managing Bad Block Information and ECC error detection for Large Page Devices can be downloaded from the Atmel web site via the following link: 10 Application Note

11 Application Note 7. Revision History Doc. Rev 6320A 6320B Comments First issue Figure 4-3 and Figure 4-4 updated, Section 3.2 Spare Assignment, updated sentence refering to figures. Change Request Ref

12 Headquarters International Atmel Corporation 2325 Orchard Parkway San Jose, CA USA Tel: 1(408) Fax: 1(408) Atmel Asia Room 1219 Chinachem Golden Plaza 77 Mody Road Tsimshatsui East Kowloon Hong Kong Tel: (852) Fax: (852) Atmel Europe Le Krebs 8, Rue Jean-Pierre Timbaud BP Saint-Quentin-en- Yvelines Cedex France Tel: (33) Fax: (33) Atmel Japan 9F, Tonetsu Shinkawa Bldg Shinkawa Chuo-ku, Tokyo Japan Tel: (81) Fax: (81) Product Contact Web Site Technical Support AT91SAM Support Atmel techincal support Sales Contacts Literature Requests Disclaimer: The information in this document is provided in connection with Atmel products. No license, express or implied, by estoppel or otherwise, to any intellectual property right is granted by this document or in connection with the sale of Atmel products. EXCEPT AS SET FORTH IN ATMEL S TERMS AND CONDI- TIONS OF SALE LOCATED ON ATMEL S WEB SITE, ATMEL ASSUMES NO LIABILITY WHATSOEVER AND DISCLAIMS ANY EXPRESS, IMPLIED OR STATUTORY WARRANTY RELATING TO ITS PRODUCTS INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTY OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, OR NON-INFRINGEMENT. IN NO EVENT SHALL ATMEL BE LIABLE FOR ANY DIRECT, INDIRECT, CONSEQUENTIAL, PUNITIVE, SPECIAL OR INCIDEN- TAL DAMAGES (INCLUDING, WITHOUT LIMITATION, DAMAGES FOR LOSS OF PROFITS, BUSINESS INTERRUPTION, OR LOSS OF INFORMATION) ARISING OUT OF THE USE OR INABILITY TO USE THIS DOCUMENT, EVEN IF ATMEL HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. Atmel makes no representations or warranties with respect to the accuracy or completeness of the contents of this document and reserves the right to make changes to specifications and product descriptions at any time without notice. Atmel does not make any commitment to update the information contained herein. Unless specifically provided otherwise, Atmel products are not suitable for, and shall not be used in, automotive applications. Atmel s products are not intended, authorized, or warranted for use as components in applications intended to support or sustain life Atmel Corporation. All rights reserved. Atmel, logo and combinations thereof and others, are registered trademarks, or trademarks of Atmel Corporation or its subsidiaries. ARM, Thumb and the ARM Powered logo are registered trademarks of ARM Limited. Other terms and product names may be the trademarks of others.

AVR32752: Using the AVR32 UC3 Static Memory Controller. 32-bit Microcontrollers. Application Note. Features. 1 Introduction

AVR32752: Using the AVR32 UC3 Static Memory Controller. 32-bit Microcontrollers. Application Note. Features. 1 Introduction AVR32752: Using the AVR32 UC3 Static Memory Controller Features Several Types of Access Supported - 8-bit Access Mode - 16-bit Access Mode Software Configurable - Timing Parameters - Initializations 32-bit

More information

a clock signal and a bi-directional data signal (SCL, SDA)

a clock signal and a bi-directional data signal (SCL, SDA) Selecting the Best Serial EEPROM Interface Protocol for your Application 1. Introduction Atmel offers Serial Electrically Erasable Programmable Read Only Memories (SEEPROM) to designers wanting to save

More information

AT697E. Application Note. Checking AT697E Code for Occurrence of LDF/FPOPd Instructions Sequence with a dependency on an Odd-Numbered Register

AT697E. Application Note. Checking AT697E Code for Occurrence of LDF/FPOPd Instructions Sequence with a dependency on an Odd-Numbered Register Checking AT697E Code for Occurrence of LDF/FPOPd Instructions Sequence with a dependency on an Odd-Numbered Register AT697E This application note provides AT697E users with a description of the procedure

More information

AVR1303: Use and configuration of IR communication module. 8-bit Microcontrollers. Application Note. Features. 1 Introduction

AVR1303: Use and configuration of IR communication module. 8-bit Microcontrollers. Application Note. Features. 1 Introduction AVR1303: Use and configuration of IR communication module Features IrDA 1.4 compatible for baud rates up to 115.2 Kbit/s Selectable transmitter pulse modulation schemes: - 3/16 of baud rate period - Fixed

More information

AVR1315: Accessing the XMEGA EEPROM. 8-bit Microcontrollers. Application Note. Features. 1 Introduction

AVR1315: Accessing the XMEGA EEPROM. 8-bit Microcontrollers. Application Note. Features. 1 Introduction AVR1315: Accessing the XMEGA EEPROM Features I/O-mapped access Memory-mapped access Split erase and write operations supported Efficient page-oriented access Driver source code included 1 Introduction

More information

8-megabyte, 4-megabyte, and 2-megabyte 2.7-volt Only DataFlash Cards AT45DCB008D AT45DCB004D AT45DCB002D. Not Recommended for New Design

8-megabyte, 4-megabyte, and 2-megabyte 2.7-volt Only DataFlash Cards AT45DCB008D AT45DCB004D AT45DCB002D. Not Recommended for New Design Features MultiMediaCard (MMC) Form Factor Single 2.7V to 3.6V Supply 66 MHz Max Clock Frequency Serial Peripheral Interface (SPI) Compatible Low Power Dissipation 10 ma Active Read Current Typical 25 µa

More information

AVR based 125kHz RFID Evaluation Kit (Re)Programming Guide ATA2270-EK1. Overview. Fuse Settings: ISP Programming

AVR based 125kHz RFID Evaluation Kit (Re)Programming Guide ATA2270-EK1. Overview. Fuse Settings: ISP Programming Overview Atmel encourages the use of this kit to develop a prototype platform for evaluation of the intended application. The source code is included in the CD with the kit, but for the latest revision

More information

AVR32401: AVR32 AP7 Linux Interfacing DataFlash. 8-bit Microcontrollers. Application Note. Features. 1 Introduction

AVR32401: AVR32 AP7 Linux Interfacing DataFlash. 8-bit Microcontrollers. Application Note. Features. 1 Introduction AVR32401: AVR32 AP7 Linux Interfacing DataFlash Features JFFS2 file system Communication through SPI interface 1 Introduction This application note serves as an example of how to connect, set up and use

More information

8-bit Microcontroller with 2K/4K/8K Bytes In-System Programmable Flash. Appendix A. Preliminary. ATtiny261 ATtiny461 ATtiny861 Automotive

8-bit Microcontroller with 2K/4K/8K Bytes In-System Programmable Flash. Appendix A. Preliminary. ATtiny261 ATtiny461 ATtiny861 Automotive BDTIC www.bdtic.com/atmel Appendix A - ATtiny261/461/861 Automotive specification at 150 C This document contains information specific to devices operating at temperatures up to 150 C. Only deviations

More information

AVR1503: Xplain training - XMEGA Programmable Multi Interrupt Controller 8-bit Microcontrollers Application Note Prerequisites

AVR1503: Xplain training - XMEGA Programmable Multi Interrupt Controller 8-bit Microcontrollers Application Note Prerequisites AVR1503: Xplain training - XMEGA Programmable Multi Interrupt Controller Prerequisites Required knowledge Completed AVR1500 XMEGA Basics training Software prerequisites Atmel AVR Studio 4.18 SP2 or later

More information

AT91 ARM Thumb-based Microcontroller. Application Note. AT91SAM7X and AT91SAM7XC Microcontroller Series Schematic Check List. 1.

AT91 ARM Thumb-based Microcontroller. Application Note. AT91SAM7X and AT91SAM7XC Microcontroller Series Schematic Check List. 1. AT91SAM7X and AT91SAM7XC Microcontroller Series Schematic Check List 1. Introduction This application note is a schematic review check list for systems embedding Atmel s AT91SAM7X and AT91SAM7XC families

More information

AVR1922: Xplain Board Controller Firmware 8-bit Microcontrollers Application Note Features 1 Introduction

AVR1922: Xplain Board Controller Firmware 8-bit Microcontrollers Application Note Features 1 Introduction AVR1922: Xplain Board Controller Firmware Features USB interface - Mass-storage to on-board DataFlash memory Atmel AVR XMEGA TM reset control 1 Introduction The Xplain board controller, an AT90USB1287,

More information

AVR097: Migration between ATmega128 and ATmega1281/ATmega bit Microcontrollers. Application Note. Features. 1 Introduction

AVR097: Migration between ATmega128 and ATmega1281/ATmega bit Microcontrollers. Application Note. Features. 1 Introduction AVR097: Migration between ATmega128 and ATmega1281/ATmega2561 Features General Porting Considerations Memory Clock sources Interrupts Power Management BOD WDT Timers/Counters USART & SPI ADC Analog Comparator

More information

8-bit Microcontroller with 16K Bytes In-System Programmable Flash. ATtiny87 ATtiny167 Automotive

8-bit Microcontroller with 16K Bytes In-System Programmable Flash. ATtiny87 ATtiny167 Automotive Appendix A - ATtiny87/ATtiny167 Automotive Specification at 150 C This document contains information specific to devices operating at temperatures up to 150 C. Only deviations are covered in this appendix,

More information

CAN Microcontrollers. Application Note. Migrating from T89C51CC01 to AT89C51CC03. Feature Comparison

CAN Microcontrollers. Application Note. Migrating from T89C51CC01 to AT89C51CC03. Feature Comparison Migrating from T89C51CC01 to AT89C51CC03 This application note is a guide to assist T89C51CC01 users in converting existing designs to the AT89C51CC03 devices. In addition to the functional changes, the

More information

AT91 ARM Thumb Microcontrollers. Application Note. AT91 Host Flash Loader. 1. Package Contents. 2. Definition of Terms. 3.

AT91 ARM Thumb Microcontrollers. Application Note. AT91 Host Flash Loader. 1. Package Contents. 2. Definition of Terms. 3. AT91 Host Flash Loader This application note describes the host Flash loader used to upload and program an application in the Flash memory of a Flash-based AT91 microcontroller. Flash-based AT91 devices

More information

AT89C51CC03 UART Bootloader

AT89C51CC03 UART Bootloader Features Protocol UART Used as Physical Layer Based on the Intel Hex-type s Autobaud In-System Programming Read/Write Flash and EEPROM Memories Read Device ID Full-chip Erase Read/Write Configuration Bytes

More information

AT17F Series. Application Note. Programming Circuits for AT17F Series Configurators with Xilinx FPGAs. 1. Introduction

AT17F Series. Application Note. Programming Circuits for AT17F Series Configurators with Xilinx FPGAs. 1. Introduction Programming Circuits for ATF Series s with Xilinx s. Introduction Atmel s ATF series Flash Configuration Memory devices use a simple serial-access procedure to configure one or more Xilinx Field Programmable

More information

AVR532: Migration from ATmega48/88/168 to ATmega48A/88A/168A. 8-bit Microcontrollers. Application Note. 1 Introduction

AVR532: Migration from ATmega48/88/168 to ATmega48A/88A/168A. 8-bit Microcontrollers. Application Note. 1 Introduction AVR532: Migration from ATmega48/88/168 to ATmega48A/88A/168A 1 Introduction The ATmega48A/88A/168A is a functionally identical, drop-in replacement for the ATmega48/88/168. All devices are subject to the

More information

AVR32901: EVKLCD100/EVKLCD101 Hardware User's Guide. 32-bit Microcontrollers. Application Note. Features. 1 Introduction

AVR32901: EVKLCD100/EVKLCD101 Hardware User's Guide. 32-bit Microcontrollers. Application Note. Features. 1 Introduction AVR32901: EVKLCD100/EVKLCD101 Hardware User's Guide Features QVGA (EVKLCD100) or VGA (EVKLCD101) 5.7 LCD panel AC97 codec with touch controller Mono microphone input Resistive touch panel Stereo audio

More information

AVR1501: Xplain training XMEGA Timer/Counter 8-bit Microcontrollers Application Note Prerequisites 1 Introduction

AVR1501: Xplain training XMEGA Timer/Counter 8-bit Microcontrollers Application Note Prerequisites 1 Introduction AVR1501: Xplain training XMEGA Timer/Counter Prerequisites Required knowledge Completed AVR1500: XMEGA Basics training Software prerequisites Atmel AVR Studio 4.18 SP2 or later WinAVR/GCC 20100110 or later

More information

Application Note. Microcontrollers. Using Keil FlashMon Emulator with AT89C51CC01/03 AT89C51CC01/ Summary. 2. Background overview

Application Note. Microcontrollers. Using Keil FlashMon Emulator with AT89C51CC01/03 AT89C51CC01/ Summary. 2. Background overview Using Keil FlashMon Emulator with AT89C51CC01/03 1. Summary Atmel AT89C51CC01/03 are Flash microcontrollers. Keil developed an OnChip Debug for these microntrollers taking advantage of the flash byte programming

More information

AVR32917: picopower Board getting started. 32-bit Microcontrollers. Application Note. Preliminary. Features. 1 Introduction

AVR32917: picopower Board getting started. 32-bit Microcontrollers. Application Note. Preliminary. Features. 1 Introduction AVR32917: picopower Board getting started Features Introduction to the picopower Board Includes the evaluation demo application 1 Introduction Atmel 's picopower technology provides power saving modes

More information

Interfacing the internal serial EEPROM

Interfacing the internal serial EEPROM Interfacing the internal serial EEPROM Stacked into the AT8xEB5114 8051 Microcontrollers 1. Overview The AT8xEB5114 contains an internal serial EEPROM (AT24C02) connected to the microcontroller via two

More information

One-channel Toggle-mode Touch Sensor IC with Power Management Functions AT42QT1012. Summary

One-channel Toggle-mode Touch Sensor IC with Power Management Functions AT42QT1012. Summary Features Number of Keys: One toggle mode (touch-on/touch-off), plus programmable auto-off delay and external cancel Configurable as either a single key or a proximity sensor Technology: Patented spread-spectrum

More information

AVR1508: Xplain training - XMEGA DAC 8-bit Microcontrollers Application Note Features 1 Introduction

AVR1508: Xplain training - XMEGA DAC 8-bit Microcontrollers Application Note Features 1 Introduction AVR1508: Xplain training - XMEGA DAC Features Required knowledge AVR1500: Xplain training XMEGA Basic AVR1502: Xplain training XMEGA Direct Memory Access Controller Software prerequisites Atmel AVR Studio

More information

Rad Hard FPGA. AT40KEL-DK Design Kit Content. Description. Kit Content. Reference Material. Support

Rad Hard FPGA. AT40KEL-DK Design Kit Content. Description. Kit Content. Reference Material. Support Description The Atmel design kit allows designers to evaluate and prototype applications using the AT40KEL040 rad hard FPGA. Kit Content 2 design kits are available: The 160 with a package specific daughter

More information

AT89ISP Programmer Cable Introduction AT89ISP Programmer Cable Parallel Port Settings Application Note AT89ISP Software AT89ISP Cable polarized

AT89ISP Programmer Cable Introduction AT89ISP Programmer Cable Parallel Port Settings Application Note AT89ISP Software AT89ISP Cable polarized AT89ISP Programmer Cable 1. Introduction This application note describes the Atmel AT89ISP cable interface. This in-system programmer cable communicates serially with Atmel's AT89S/AT89LP microcontrollers

More information

512K (64K x 8) 3-volt Only Flash Memory AT29LV512

512K (64K x 8) 3-volt Only Flash Memory AT29LV512 Features Single Supply Voltage, Range 3V to 3.6V 3-volt Only Read and Write Operation Software Protected Programming Low-power Dissipation 15 ma Active Current 50 µa CMOS Standby Current Fast Read Access

More information

8-bit Microcontroller. Application Note. AVR320: Software SPI Master

8-bit Microcontroller. Application Note. AVR320: Software SPI Master AVR320: Software SPI Master Features Up to 444Kb/S Throughput @ 10 MHz Directly Supports Large Block Writes Easily Expandable for Multiple SPI Slaves Operates in SPI Mode 0 16-bit Data, Easily Modified

More information

ATDH2200E Programming Kit... User Guide

ATDH2200E Programming Kit... User Guide ATDH2200E Programming Kit... User Guide Table of Contents Section 1 Atmel s ATDH2200E Configurator Programming Kit... 1-1 1.1 Features...1-1 1.1.1 Hardware...1-1 1.1.2 Software...1-1 1.1.3 System Contents...1-1

More information

ATA2270-EK1. User Guide

ATA2270-EK1. User Guide ATA2270-EK1... User Guide 1-2 ATA2270-EK1 User Guide Table of Contents Section 1 1.1 System Requirements... 1-1 1.2 Command Format... 1-2 1.2.1 Command Format (PC to Reader)... 1-2 1.3 Reader System Commands...

More information

SAM Boot Assistant (SAM-BA)... User Guide

SAM Boot Assistant (SAM-BA)... User Guide SAM Boot Assistant (SAM-BA)... User Guide SAM Boot Assistant (SAM-BA) User Guide Table of Contents Section 1 Overview... 1-1 1.1 Overview...1-1 1.2 SAM-BA Features...1-1 Section 2 Installing SAM-BA 2.x...

More information

4-megabit (512K x 8) 5-volt Only 256-byte Sector Flash Memory AT29C040A

4-megabit (512K x 8) 5-volt Only 256-byte Sector Flash Memory AT29C040A Features Fast Read Access Time 90 ns 5-volt Only Reprogramming Sector Program Operation Single Cycle Reprogram (Erase and Program) 2048 Sectors (256 Bytes/Sector) Internal Address and Data Latches for

More information

1-megabit (128K x 8) 3-volt Only Flash Memory AT29LV010A

1-megabit (128K x 8) 3-volt Only Flash Memory AT29LV010A Features Single Supply Voltage, Range 3V to 3.6V 3-volt Only Read and Write Operation Software Protected Programming Fast Read Access Time 120 ns Low Power Dissipation 15 ma Active Current 40 µa CMOS Standby

More information

2-megabit (256K x 8) 5-volt Only Flash Memory AT29C020

2-megabit (256K x 8) 5-volt Only Flash Memory AT29C020 Features Fast Read Access Time 70 ns 5-volt Only Reprogramming Sector Program Operation Single Cycle Reprogram (Erase and Program) 1024 Sectors (256 Bytes/Sector) Internal Address and Data Latches for

More information

CAN, 80C51, AVR, Microcontroller. Application Note

CAN, 80C51, AVR, Microcontroller. Application Note Migrating from Atmel C51/CAN: T89C51CC01, AT89C51CC03 To Atmel AVR/CAN: AT90CAN128, AT90CAN64, AT90CAN32 Introduction This application note is a guide, on the CAN controller, to help current T89C51CC01,

More information

Atmel QT600 Quick Start Guide Touch Solutions

Atmel QT600 Quick Start Guide Touch Solutions Atmel QT600 Quick Start Guide Touch Solutions Introduction Looking to take your design to the next level? You have made the right choice in purchasing the Atmel QT600 Development Kit. It allows you to

More information

Embedded AVR Microcontroller Including RF Transmitter and Immobilizer LF Functionality for Remote Keyless Entry ATA5795. Summary.

Embedded AVR Microcontroller Including RF Transmitter and Immobilizer LF Functionality for Remote Keyless Entry ATA5795. Summary. Features AES-128 Immobilizer Transponder for Use in Contactless Mode CMMI Certified. Configurable, Secure, Open Source Immobilizer Stack Energy Supply and Bi-directional Communication via LF Link (125

More information

AVR32 UC3 Software Framework... User Manual

AVR32 UC3 Software Framework... User Manual ... User Manual Section 1 AVR32 UC3 Software Framework 1.1 Features Drivers for each AVR 32 UC3 peripheral Software libraries optimized for AVR32 Hardware components drivers Demo applications that use

More information

Atmel AVR1619: XMEGA-B1 Xplained Demonstration. 8-bit Atmel Microcontrollers. Application Note. Features. 1 Introduction

Atmel AVR1619: XMEGA-B1 Xplained Demonstration. 8-bit Atmel Microcontrollers. Application Note. Features. 1 Introduction Atmel AVR1619: XMEGA-B1 Xplained Demonstration Features Atmel ATxmega128B1 Atmel XMEGA -B1 Xplained kit compatible On-board LCD display USB 2.0 Full speed composite device - Mass Storage interface with

More information

2-megabit (256K x 8) Single 2.7-volt Battery-Voltage Flash Memory AT29BV020

2-megabit (256K x 8) Single 2.7-volt Battery-Voltage Flash Memory AT29BV020 Features Single Supply Voltage, Range 2.7V to 3.6V Single Supply for Read and Write Software Protected Programming Fast Read Access Time 120 ns Low Power Dissipation 15 ma Active Current 50 µa CMOS Standby

More information

1-megabit (128K x 8) Paged Parallel EEPROM AT28C010

1-megabit (128K x 8) Paged Parallel EEPROM AT28C010 Features Fast Read Access Time 120 ns Automatic Page Write Operation Internal Address and Data Latches for 128 Bytes Internal Control Timer Fast Write Cycle Time Page Write Cycle Time 10 ms Maximum 1 to

More information

64K (8K x 8) High Speed Parallel EEPROM with Page Write and Software Data Protection AT28HC64BF

64K (8K x 8) High Speed Parallel EEPROM with Page Write and Software Data Protection AT28HC64BF Features Fast Read Access Time 70 ns Automatic Page Write Operation Internal Address and Data Latches for 64 Bytes Fast Write Cycle Times Page Write Cycle Time: 2 ms Maximum (Standard) 1 to 64-byte Page

More information

Trusted Platform Module AT97SC3203S. SMBus Two-Wire Interface. Summary

Trusted Platform Module AT97SC3203S. SMBus Two-Wire Interface. Summary Features Full Trusted Computing Group (TCG) Trusted Platform Module (TPM) Version 1. Compatibility Single-chip Turnkey Solution Hardware Asymmetric Crypto Engine 048-bit RSA Sign in 500 ms AVR RISC Microprocessor

More information

AVR ONE!... Quick-start Guide. EVK Windows 32103C AVR ONE! 02/10

AVR ONE!... Quick-start Guide. EVK Windows 32103C AVR ONE! 02/10 AVR ONE!... Quick-start Guide EVK1100 + Windows Table of Contents (Continued) Section 1 Introduction...1-1 1.1 General... 1-1 1.2 Requirements... 1-1 Section 2 Quick-start guide (short version)...2-1 2.1

More information

AVR32015: AVR32 Studio getting started. 32-bit Microcontrollers. Application Note. Features. 1 Introduction

AVR32015: AVR32 Studio getting started. 32-bit Microcontrollers. Application Note. Features. 1 Introduction AVR32015: AVR32 Studio getting started Features Installing AVR32 Studio Upgrading from AVR32 Studio 1.0 to 2.x Creating a AVR32 standalone application Using examples from the SW framework Creating a AVR32

More information

AT60142H/HT. Rad-Hard 512Kx8 Very Low Power CMOS SRAM ERRATA-SHEET. Active Errata List. Errata History. Abbreviations. 1.

AT60142H/HT. Rad-Hard 512Kx8 Very Low Power CMOS SRAM ERRATA-SHEET. Active Errata List. Errata History. Abbreviations. 1. AT60142H/HT Rad-Hard 512Kx8 Very Low Power CMOS SRAM ERRATA-SHEET Active Errata List 1. Reading Error Errata History Lot Number Errata List All AT60142H lots 1 All AT60142HT lots 1 Abbreviations ATE :

More information

AVR1518: XMEGA-A1 Xplained Training - XMEGA Clock System. 8-bit Atmel Microcontrollers. Application Note. Prerequisites.

AVR1518: XMEGA-A1 Xplained Training - XMEGA Clock System. 8-bit Atmel Microcontrollers. Application Note. Prerequisites. AVR1518: XMEGA-A1 Xplained Training - XMEGA Clock System Prerequisites Required knowledge - Basic knowledge of microcontrollers and the C programming language - Completed AVR1512 XMEGA-A1 Xplained Training

More information

AVR42789: Writing to Flash on the New tinyavr Platform Using Assembly

AVR42789: Writing to Flash on the New tinyavr Platform Using Assembly AVR 8-bit Microcontrollers AVR42789: Writing to Flash on the New tinyavr Platform Using Assembly APPLICATION NOTE Table of Contents 1. What has Changed...3 1.1. What This Means and How to Adapt...4 2.

More information

AT91 ARM Thumb Microcontrollers. Application Note. Migrating to an AT91SAM9G20-based System from an AT91SAM9260-based System. 1. Scope. 2.

AT91 ARM Thumb Microcontrollers. Application Note. Migrating to an AT91SAM9G20-based System from an AT91SAM9260-based System. 1. Scope. 2. Migrating to an AT91SAM9G20-based System from an AT91SAM9260-based System 1. Scope This application note specifies the migration from the AT91SAM9260 to the AT91SAM9G20 microcontroller and describes the

More information

Atmel LF-RFID Kit Comparison Chart. Application Note. Atmel LF-RFID Kit Comparison Chart. 1. Description

Atmel LF-RFID Kit Comparison Chart. Application Note. Atmel LF-RFID Kit Comparison Chart. 1. Description Atmel LF-RFID Kit Comparison Chart 1. Description Atmel offers several types of development and evaluation kits. The Atmel ATA2270-EK1 is an evaluation kit that supports a limited number of modes in stand-alone

More information

T89C51CC02 CAN Bootloader

T89C51CC02 CAN Bootloader Features Protocol CAN Used as a Physical Layer 7 ISP CAN Identifiers Relocatable ISP CAN Identifiers Autobaud In-System Programming Read/Write Flash and EEPROM Memory Read Device ID Full-chip Erase Read/Write

More information

APPLICATION NOTE. Atmel AT03160: Migrating Bootloader from ATxmega128A1 to other Atmel XMEGA Devices. Atmel AVR XMEGA. Features.

APPLICATION NOTE. Atmel AT03160: Migrating Bootloader from ATxmega128A1 to other Atmel XMEGA Devices. Atmel AVR XMEGA. Features. APPLICATION NOTE Atmel AT03160: Migrating Bootloader from ATxmega128A1 to other Atmel XMEGA Devices Features Atmel AVR XMEGA bootloader Procedure application C-code sample application for Self Programming

More information

8-bit RISC Microcontroller. Application Note. AVR151: Setup And Use of The SPI

8-bit RISC Microcontroller. Application Note. AVR151: Setup And Use of The SPI AVR151: Setup And Use of The SPI Features SPI Pin Functionality Multi Slave Systems SPI Timing SPI Transmission Conflicts Emulating the SPI Code examples for Polled operation Code examples for Interrupt

More information

Power Management and Analog Companions (PMAAC) Application Note. AT73C240 Power-On and Power-Off Sequences. 1. Scope. 2. Operating Conditions

Power Management and Analog Companions (PMAAC) Application Note. AT73C240 Power-On and Power-Off Sequences. 1. Scope. 2. Operating Conditions AT73C240 Power-On and Power-Off Sequences 1. Scope This document decribes the sequences to apply to the AT73C240 product in order to operate the Power-On and Power-Off modes. The AT73C240 is a fully integrated,

More information

APPLICATION NOTE. Atmel AVR1638: XMEGA RTC Calibration. 8-bit Atmel Microcontrollers. Features. Introduction

APPLICATION NOTE. Atmel AVR1638: XMEGA RTC Calibration. 8-bit Atmel Microcontrollers. Features. Introduction APPLICATION NOTE Atmel AVR1638: XMEGA RTC Calibration 8-bit Atmel Microcontrollers Features Example software project which performs RTC calibration with help of an external precise clock source Software

More information

APPLICATION NOTE. AT03324: Atmel REB212BSMA-EK Quick Start Guide. Atmel MCU Wireless. Introduction

APPLICATION NOTE. AT03324: Atmel REB212BSMA-EK Quick Start Guide. Atmel MCU Wireless. Introduction APPLICATION NOTE AT03324: Atmel REB212BSMA-EK Quick Start Guide Atmel MCU Wireless This application note briefly describes how to set up and run the pre-flashed applications supplied with the Atmel REB212BSMA

More information

TSC695. Application Note. Annulled Cycle Management on the TSC695. References

TSC695. Application Note. Annulled Cycle Management on the TSC695. References Annulled Cycle Management on the TSC695 The aim of this application note is to provide TSC695 users with an overview of the annulled cycle management on the TSC695 processor. The indication of annulled

More information

AT89STK-10 Starter Kit... Hardware User Guide

AT89STK-10 Starter Kit... Hardware User Guide AT89STK-0 Starter Kit... Hardware User Guide Section Introduction... -2. Features...-2 Section 2 Hardware Description... 2-0 Typical Applications... 2-3. Nand Flash Application...2-2 3.2 Serial Dataflash

More information

Hardware Prerequisites Atmel Xplained Pro Evaluation Kit Atmel WINC1500 extension USB Micro Cable (TypeA / MicroB)

Hardware Prerequisites Atmel Xplained Pro Evaluation Kit Atmel WINC1500 extension USB Micro Cable (TypeA / MicroB) BENCHMARK WINC1500 Wi-Fi Module Benchmark using iperf 2.0.5 Prerequisites Hardware Prerequisites Atmel Xplained Pro Evaluation Kit Atmel WINC1500 extension USB Micro Cable (TypeA / MicroB) Software Prerequisites

More information

APPLICATION NOTE. Atmel AT03304: SAM D20 I 2 C Slave Bootloader SAM D20. Description. Features

APPLICATION NOTE. Atmel AT03304: SAM D20 I 2 C Slave Bootloader SAM D20. Description. Features APPLICATION NOTE Atmel AT03304: SAM D20 I 2 C Slave Bootloader SAM D20 Description As many electronic designs evolve rapidly there is a growing need for being able to update products, which have already

More information

64K (8K x 8) Battery-Voltage Parallel EEPROM with Page Write and Software Data Protection AT28BV64B

64K (8K x 8) Battery-Voltage Parallel EEPROM with Page Write and Software Data Protection AT28BV64B Features Single 2.7V to 3.6V Supply Hardware and Software Data Protection Low Power Dissipation 15 ma Active Current 20 µa CMOS Standby Current Fast Read Access Time 200 ns Automatic Page Write Operation

More information

AVR4018: Inertial Two (ATAVRSBIN2) Hardware User's Guide. 8-bit Microcontrollers. Application Note. Features. 1 Introduction

AVR4018: Inertial Two (ATAVRSBIN2) Hardware User's Guide. 8-bit Microcontrollers. Application Note. Features. 1 Introduction AVR4018: Inertial Two (ATAVRSBIN2) Hardware User's Guide Features Compatible with all Atmel AVR Xplain MCU boards Full nine-degree-of-freedom inertial sensing InvenSense three-axis MEMS gyroscope (IMU-3000

More information

Atmel AVR32847: Migration from/to the UC3L0 64/32/16 from/to the UC3L0 256/ bit Atmel Microcontrollers. Application Note.

Atmel AVR32847: Migration from/to the UC3L0 64/32/16 from/to the UC3L0 256/ bit Atmel Microcontrollers. Application Note. Atmel AVR32847: Migration from/to the UC3L0 64/32/16 from/to the UC3L0 256/128 Features Features comparison Porting considerations and tools Pinout comparison 1 Introduction This application note is a

More information

APPLICATION NOTE. Atmel AVR116: Wear Leveling on DataFlash. 32-bit Atmel Microcontrollers. Features. Description. Wear leveling

APPLICATION NOTE. Atmel AVR116: Wear Leveling on DataFlash. 32-bit Atmel Microcontrollers. Features. Description. Wear leveling APPLICATION NOTE Atmel AVR116: Wear Leveling on DataFlash 32-bit Atmel Microcontrollers Features Wear leveling Average the program/erase operations in different blocks Write not need be preceded by an

More information

Atmel CryptoAuthentication Starter Kit

Atmel CryptoAuthentication Starter Kit Atmel CryptoAuthentication Starter Kit Hardware User Guide Features 8-lead SOIC socket Supports the Atmel ATSHA204 CryptoAuthentication IC Supports communication protocols - I 2 C - SWI (Single wire interface)

More information

Rad Hard 16 MegaBit 3.3V SRAM Multi- Chip Module AT68166H

Rad Hard 16 MegaBit 3.3V SRAM Multi- Chip Module AT68166H Features 16 Mbit SRAM Multi Chip Module Allows 32-, 16- or 8-bit access configuration Operating Voltage: 3.3V + 0.3V Access Time 20 ns 18 ns Power Consumption Active: 620 mw per byte (Max) @ 18ns - 415

More information

Section 1 ATAVRAUTOEK1 Getting Started

Section 1 ATAVRAUTOEK1 Getting Started Section 1 ATAVRAUTOEK1 Getting Started 1.1 Unpacking the system Kit contents: 1 ATAVRAUTO100 V1.0 board 1 ATAVRAUTO102 V1.0 board 1 ATAVRAUTO200 V1.0 board 1 ATAVRAUTO300 V1.0 board 1 ATAVRAUTO900 V1.0

More information

32-bit Secure. AT91SC CT-USB Summary. Microcontrollers. Features

32-bit Secure. AT91SC CT-USB Summary. Microcontrollers. Features Features General Based on the ARM SC100 SecureCore -bit RISC Processor Two Instruction Sets ARM High-performance -bit Instruction Set Thumb High-code-density 16-bit Instruction Set Von Neumann Load/Store

More information

AVR515: Migrating from ATmega48/88/168 and ATmega48P/88P/168P/328P to ATtiny48/88. 8-bit Microcontrollers. Application Note. Features.

AVR515: Migrating from ATmega48/88/168 and ATmega48P/88P/168P/328P to ATtiny48/88. 8-bit Microcontrollers. Application Note. Features. AVR515: Migrating from and ATmega48P/88P/168P/328P to Features General Porting Considerations Pin Configurations AVR CPU Core Memories System Clock and Clock Options Power Management and Sleep Modes Interrupts

More information

When is Data Susceptible to Corruption

When is Data Susceptible to Corruption Parallel EEPROM Data Protection Advantages of EEPROMs EEPROMs provide the memory solution wherever reprogrammable, nonvolatile memory is required. They are easy to use, requiring little or no support hardware

More information

AT17 Series FPGA. Configuration Memory. Application Note. In-System Programming Circuits for AT17 Series Configurators with Atmel and Xilinx FPGAs

AT17 Series FPGA. Configuration Memory. Application Note. In-System Programming Circuits for AT17 Series Configurators with Atmel and Xilinx FPGAs In-System Circuits for AT1 Series Configurators with Atmel and Xilinx s Atmel AT1 (1) series configurators use a simple serial-access procedure to configure one or more Field Programmable Gate Arrays (s)

More information

APPLICATION NOTE. Atmel AT01080: XMEGA E Schematic Checklist. Atmel AVR XMEGA E. Features. Introduction

APPLICATION NOTE. Atmel AT01080: XMEGA E Schematic Checklist. Atmel AVR XMEGA E. Features. Introduction APPLICATION NOTE Atmel AT01080: XMEGA E Schematic Checklist Atmel AVR XMEGA E Features Power supplies Reset circuit Clocks and crystal oscillators PDI TWI Introduction This application note describes a

More information

MARC4. Application Note. Hints and Tips for Hard- and Software Developments with MARC4 Microcontrollers

MARC4. Application Note. Hints and Tips for Hard- and Software Developments with MARC4 Microcontrollers Hints and Tips for Hard- and Software Developments with MARC4 Microcontrollers Programming Hints Use of the SLEEP Instruction Oscillator Selection Access to Subport Registers Access to AU Registers Unused

More information

T89C51CC01 CAN Bootloader

T89C51CC01 CAN Bootloader Features Protocol CAN Used as a Physical Layer 7 ISP CAN Identifiers Relocatable ISP CAN Identifiers Autobaud In-System Programming Read/Write Flash and EEPROM Memories Read Device ID Full-chip Erase Read/Write

More information

APPLICATION NOTE. Atmel AVR057: Internal RC Oscillator Calibration for ATtiny4/5/9/10/20/40. 8-bit Atmel Microcontrollers. Features.

APPLICATION NOTE. Atmel AVR057: Internal RC Oscillator Calibration for ATtiny4/5/9/10/20/40. 8-bit Atmel Microcontrollers. Features. APPLICATION NOTE Features Atmel AVR057: Internal RC Oscillator Calibration for ATtiny4/5/9/10/20/40 8-bit Atmel Microcontrollers Calibration of the internal 8MHz RC Oscillator for Atmel ATtiny4/5/9/10/20/40

More information

AVR469: MC301 Hardware User Guide. 8-bit Microcontrollers. Application Note. Features. 1 Introduction

AVR469: MC301 Hardware User Guide. 8-bit Microcontrollers. Application Note. Features. 1 Introduction AVR469: MC301 Hardware User Guide Features Motor Control device board for ATtiny861 Modular system with 2.54mm pin header connector for power board MC300 Sensor & sensorless modes capabilities Hall sensor

More information

Section 5 SERCOM. Tasks SPI. In this section you will learn:

Section 5 SERCOM. Tasks SPI. In this section you will learn: Section 5 SERCOM SPI Tasks In this section you will learn: SPI protocol SERCOM Engine on SAMD20 How to use SERRCOM in SPI mode Implementation of SPI communication 04/12/2013 Table of Contents 1. The SPI

More information

Atmel AVR1926: XMEGA-B1 Xplained Getting Started Guide. 8-bit Atmel Microcontrollers. Application Note. Features. 1 Introduction

Atmel AVR1926: XMEGA-B1 Xplained Getting Started Guide. 8-bit Atmel Microcontrollers. Application Note. Features. 1 Introduction Atmel AVR1926: XMEGA-B1 Xplained Getting Started Guide Features Easy to reprogram with just a USB cable and a preprogrammed boot loader Easy to debug code with PDI-based debugger/emulator Can be used with

More information

AT94K Series Field Programmable System Level Integrated Circuit. Application Note. FPSLIC Baud Rate Generator

AT94K Series Field Programmable System Level Integrated Circuit. Application Note. FPSLIC Baud Rate Generator FPSLIC Baud Rate Generator Features: Generates any required baud rate High baud rates at low crystal clock frequencies Uses both internal and external clock sources Supports in both single speed and double

More information

Secure Microcontrollers for Smart Cards. AT90SC Summary

Secure Microcontrollers for Smart Cards. AT90SC Summary Features High-performance, Low-power 8-bit AVR RISC Architecture 120 Powerful Instructions Most Single Clock Cycle Execution Up to 64K Bytes Flash Program Memory Endurance: 10K Write/Erase Cycles Up to

More information

APPLICATION NOTE. Atmel AT02260: Driving AT42QT1085. Atmel QTouch. Features. Description

APPLICATION NOTE. Atmel AT02260: Driving AT42QT1085. Atmel QTouch. Features. Description APPLICATION NOTE Atmel AT02260: Driving AT42QT1085 Atmel QTouch Features Overview of Atmel AT42QT1085 Circuit configuration with Host MCU SPI communication Demonstration program Description This application

More information

USER GUIDE. Wireless Production Test Reference Protocol Specification Document. Atmel MCU Wireless. Description

USER GUIDE. Wireless Production Test Reference Protocol Specification Document. Atmel MCU Wireless. Description USER GUIDE Wireless Production Test Reference Protocol Specification Document Atmel MCU Wireless Description This document explains the serial protocol used for communication between various blocks of

More information

AT89C5131 Starter Kit... Software User Guide

AT89C5131 Starter Kit... Software User Guide AT89C5131 Starter Kit... Software User Guide Table of Contents Section 1 Introduction... 1-1 1.1 Abbreviations...1-1 Section 2 Getting Started... 2-3 2.1 Hardware Requirements...2-3 2.2 Software Requirements...2-3

More information

STK521. User Guide B AVR 01/12

STK521. User Guide B AVR 01/12 STK521... User Guide Table of Contents Section 1 1 Introduction 1 Features 2 Section 2 3 Using the STK521 Top Module 3 Connecting the Atmel STK521 to the Atmel STK500 Starter Kit 3 Powering the STK521

More information

32Kbytes on-chip SRAM. Viterbi decoding and CRC PRIME compliant 128-bit AES encryption Channel sensing and collision pre-detection

32Kbytes on-chip SRAM. Viterbi decoding and CRC PRIME compliant 128-bit AES encryption Channel sensing and collision pre-detection Atmel ATPL220A PRIME compliant Power Line Communications Modem Features SUMMARY DATASHEET Modem Power Line Carrier Modem for 50 and 60 Hz mains 97-carrier OFDM PRIME compliant Baud rate Selectable: 21400

More information

Native route discovery algorithm

Native route discovery algorithm Native route discovery algorithm Starting conditions Node 1 needs to send data to node Routing tables are empty There is no direct path between node 1 and node Destination Next hop Destination Next hop

More information

256K (32K x 8) 5-volt Only Flash Memory AT29C256

256K (32K x 8) 5-volt Only Flash Memory AT29C256 Features Fast Read Access Time 70 ns 5-volt Only Reprogramming Page Program Operation Single Cycle Reprogram (Erase and Program) Internal Address and Data Latches for 64 Bytes Internal Program Control

More information

AVR2015: RZRAVEN Quick Start Guide. 8-bit Microcontrollers. Application Note. Features. 1 Introduction

AVR2015: RZRAVEN Quick Start Guide. 8-bit Microcontrollers. Application Note. Features. 1 Introduction AVR2015: RZRAVEN Quick Start Guide Features Introduces the AVR Wireless Services PC Suite. - Wireless Protocol Analyzer. - ZigBee coordinator mode. Introduces the applications on the RZRAVEN kit. - AirCapture

More information

8051 Microcontrollers. Application Note. Migration from AT89C5131 & AT89C5131A-L to AT89C5131A-M

8051 Microcontrollers. Application Note. Migration from AT89C5131 & AT89C5131A-L to AT89C5131A-M Migration from AT89C5131 & AT89C5131A-L to AT89C5131A-M This application note is a guide to assist current AT89C5131 & AT89C5131A-L users in converting existing designs to the AT89C5131A-M devices. In

More information

Two-wire Serial EEPROM AT24C11

Two-wire Serial EEPROM AT24C11 Features Low Voltage and Standard Voltage Operation 2.7 (V CC = 2.7V to 5.5V).8 (V CC =.8V to 5.5V) Internally Organized 28 x 8 Two-wire Serial Interface Bidirectional Data Transfer Protocol 400 khz (.8V)

More information

AVR501: Replacing ATtiny15 with ATtiny25. 8-bit Microcontrollers. Application Note PRELIMINARY. Features. 1 Introduction

AVR501: Replacing ATtiny15 with ATtiny25. 8-bit Microcontrollers. Application Note PRELIMINARY. Features. 1 Introduction AVR501: Replacing ATtiny15 with ATtiny25 Features General Porting Considerations Compatibility Mode Memories System Clock and Clock Options System Control and Reset Registers Interrupt Vectors Timer/Counters

More information

APPLICATION NOTE. Atmel AVR536: Migration from ATmega644 to ATmega644A. 8-bit Atmel Microcontrollers. Introduction

APPLICATION NOTE. Atmel AVR536: Migration from ATmega644 to ATmega644A. 8-bit Atmel Microcontrollers. Introduction APPLICATION NOTE Atmel AVR536: Migration from ATmega644 to ATmega644A 8-bit Atmel Microcontrollers Introduction The Atmel ATmega644A is a functionally identical, drop-in replacement for the Atmel ATmega644.

More information

OLED display with pixels resolution Ambient light sensor CPU load Analog filter Quadrature Encoder with push button Digital I/O

OLED display with pixels resolution Ambient light sensor CPU load Analog filter Quadrature Encoder with push button Digital I/O APPLICATION NOTE Atmel AT02657: XMEGA-E5 Xplained Software User Guide Features OLED display with 128 32 pixels resolution Ambient light sensor CPU load Analog filter Quadrature Encoder with push button

More information

AT91 ARM Thumb Microcontrollers. Application Note. AT91M55800A Clock Switching Considerations using Advanced Power Management Controller.

AT91 ARM Thumb Microcontrollers. Application Note. AT91M55800A Clock Switching Considerations using Advanced Power Management Controller. AT91M55800A Clock Switching Considerations using Advanced Power Management Controller Introduction The AT91M55800A is designed for ultra low-power applications and features an Advanced Power Management

More information

Atmel AT697F. Rad-Hard 32-bit SPARC v8 Processor ERRATA SHEET. Active Errata List

Atmel AT697F. Rad-Hard 32-bit SPARC v8 Processor ERRATA SHEET. Active Errata List Atmel AT697F Rad-Hard 32-bit SPARC v8 Processor ERRATA SHEET Active Errata List 1. Odd-numbered FPU register dependency not properly checked in some doubleprecision FPU operations 2. Anomaly in instruction

More information

AT03975: Getting Started with SAM L21. Descripton. Features. SMART ARM-Based Microcontroller APPLICATION NOTE

AT03975: Getting Started with SAM L21. Descripton. Features. SMART ARM-Based Microcontroller APPLICATION NOTE SMART ARM-Based Microcontroller AT03975: Getting Started with SAM L21 APPLICATION NOTE Descripton This application note aims at getting started with the Atmel SAM L21 ARM Cortex -M0+ based microconroller.

More information

APPLICATION NOTE. Atmel AVR3009: Driving QTouch Device with I 2 C Interface. Atmel QTouch. Introduction

APPLICATION NOTE. Atmel AVR3009: Driving QTouch Device with I 2 C Interface. Atmel QTouch. Introduction APPLICATION NOTE Atmel AVR3009: Driving QTouch Device with I 2 C Interface Introduction Atmel QTouch This application note explains the communication of I 2 C-Compatible Master microcontroller with Atmel

More information

APPLICATION NOTE. Atmel AT03782: Using Low Power Modes in SAM4N Microcontroller. Atmel 32-bit Microcontroller. Features.

APPLICATION NOTE. Atmel AT03782: Using Low Power Modes in SAM4N Microcontroller. Atmel 32-bit Microcontroller. Features. APPLICATION NOTE Atmel AT03782: Using Low Power Modes in SAM4N Microcontroller Atmel 32-bit Microcontroller Features Low power modes in SAM4N Power supply in SAM4N Introduction The purpose of this application

More information