Size: px
Start display at page:

Download ""

Transcription

1 Distributed by: The content and copyrights of the attached material are the property of its owner.

2 STK50... User Guide

3

4 Table of Contents Table of Contents Section Introduction Features...- Section Using the STK50 Top Module Connecting the STK50 to the STK500 Starter Kit Placing an ATmega03(L) or ATmega8(L) on the STK PORT Connectors PORT E/PORT F PORT G/AUX PG0 - PG A SRAMEN PEN Programming the ATmega03(L)/ 8(L) In-System Programming High-voltage Programming JTAG Connector External SRAM A SRAMEN Ram High Address Jumpers A[7:0] Connector Using the SRAM Interface with AT90S/LS855 and ATmega TOSC Switch RS-3C Port...-9 Section 3 Troubleshooting Guide Section 4 Technical Specifications Section 5 Technical Support i

5 Table of Contents Section 6 Complete Schematics ii

6 Section Introduction The STK50 board is a top module designed to add ATmega03(L) and ATmega8(L) support to the STK500 development board from Atmel Corporation. With this board the STK500 is extended to support all current AVR devices in a single development environment. The STK50 includes connectors, jumpers and hardware allowing full utilization of the new features of the ATmega8(L) while the Zero Insertion Force (ZIF) socket allows easy use of TQFP packages for prototyping. This user guide acts as a general getting started guide as well as a complete technical reference for advanced users. In addition to adding support for new devices, it also adds new support for peripherals previously not supported by the STK500. An additional RS-3 port and external SRAM interface are09/0 among the new features. Devices with dual UART or XRAM interface can all take advantage of the new resources on the STK50 board. Figure -. STK50 Top Module for STK500 AVR STK50 User Guide - Rev. 49A-09/0

7 Introduction. Features STK500 Compatible AVR Studio Compatible Supports ATmega03(L) and ATmega8(L) Zero Insertion Force Socket for TQFP Packages TQFP Footprint for Emulator Adapters Supports all Added Features in ATmega8(L) JTAG Connector for On-chip Debugging Using JTAG ICE (ATmega8(L)) Additional RS-3C Port with Available RTS/CTS Handshake Lines Adds External SRAM Support to the STK500 Board (Usable for all Devices with XRAM Interface) On-board 3 khz Crystal for Easy RTC Implementations - AVR STK50 User Guide

8 Section Using the STK50 Top Module. Connecting the STK50 to the STK500 Starter Kit The STK50 should be connected to the STK500 expansion header 0 and. It is important that the top module is connected in the correct orientation as shown in Figure -. The EXPAND0 written on the STK50 top module should match the EXPAND0 written beside the expansion header on the STK500 board. Figure -. Connecting STK50 to the STK500 Board Note: Connecting the STK50 with wrong orientation may damage the board... Placing an ATmega03(L) or ATmega8(L) on the STK500 The STK50 contains both a ZIF socket, and the pinout for a TQFP package; which allows an easy way of soldering an emulator adapter directly into the STK50. Care should be taken so that the device (or adapter) is mounted with the correct orientation. Figure - shows the location of pin for the ZIF socket and the TQFP footprint. Caution: Do not mount an ATmega03(L) or ATmega8(L) on the STK50 at the same time as an AVR is mounted on the STK500 board. AVR STK50 User Guide - Rev. 49A-09/0

9 Using the STK50 Top Module Figure -. Pin on ZIF Socket and TQFP Footprint. PORT Connectors Since the ATmega03(L) and ATmega8(L) have additional ports not available on the STK500, these ports are located on the STK50 board. They have the same pinout and functionality as the ports on the STK500 board. Port A to Port D which are already present on the STK500 board are not duplicated on the STK50... PORT E/PORT F Figure -3 shows the pinout for the I/O port headers Port E and Port F. Figure -3. General I/O Ports PE0 PE PE4 PE6 PORT E PE PE3 PE5 PE7 PF0 PF PF4 PF6 PORT F PF PF3 PF5 PF7 Note: Port E is also present on the STK500, but only PE0 to PE (3 least significant bits) are accessible there. To access all Port E bits the connector on the STK50 must be used. - AVR STK50 User Guide

10 Using the STK50 Top Module.. PORT G/AUX In addition to the normal Port G pins, this connector has some extra signals. See Figure -4. Figure -4. PORTG/AUX PG0 PG PG4 SRAMEN... PG0 - PG4 These are general I/O ports for the ATmega8(L) and connect to the ZIF socket and the TQFP footprint. The PG3 and PG4 signals are routed through the TOSC switch since these pins also are inputs for a 3 khz oscillator. For a description on the TOSC switch see Section.9. Note: ATmega03(L) does not have Port G.... A6 This line goes to A6 (most significant address bit) on the SRAM. See Section.5 for more information about this signal. can be connected to any AVR pin....3 SRAMEN The SRAMEN signal controls if the SRAM is enabled or not. To enable the SRAM a LOW level should be applied to this pin. See External SRAM, Section.5, for more information on how to use this signal. This signal is pulled high by default....4 PEN The PEN pin is connected to the PEN pin on the ATmega03(L)/8(L). This pin is described in the programming section of the ATmega03(L) and ATmega8(L) datasheets. PG PG3 A6 PEN PORT G/AUX.3 Programming the ATmega03(L)/ 8(L).3. In-System Programming The ATmega03(L) and ATmega8(L) can be programmed using both SPI and Highvoltage Parallel Programming. This sub section will explain how to connect the programming cables to successfully use one of these two modes. The AVR Studio STK500 software is used in the same way as for other AVR parts. Note: The ATmega8(L) also supports Self Programming. See AVR09 application note for more information on this topic. To program the ATmega03(L) or ATmega8(L) using ISP programming mode, connect the 6-wire cable between the ISP6PIN connector on the STK500 board and the ISP connector on the STK50 board as shown in Figure -5. The device can be programmed using the serial programming mode in the AVR Studio STK500 software. Note: See the STK500 User Guide for information on how to use the STK500 frontend software for ISP programming. AVR STK50 User Guide -3

11 Using the STK50 Top Module Figure -5. In-System Programming.3. High-voltage Programming To program the ATmega03(L) or ATmega8(L) using High-voltage (Parallel) Programming, connect the PROGCTRL to PORTD and PROGDATA to PORTB on the STK500 as shown in Figure -6. As described in the STK500 User Guide, the BSFL jumper must be mounted when High-voltage Programming ATmega devices. This also applies to the High-voltage Programming of ATmega03(L) and ATmega8(L). The device can now be programmed using the High-voltage Programming mode in AVR Studio STK500 software. Note: See the STK500 User Guide for information on how to use the STK500 frontend software in High-voltage Programming mode. Note: For the High-voltage Programming mode to function correctly, the target voltage must be higher than 4.5V. Caution: Make sure the SRAM (if mounted) can handle this voltage. -4 AVR STK50 User Guide

12 Using the STK50 Top Module Figure -6. High-voltage (Parallel) Programming.4 JTAG Connector The JTAG connector is intended for the ATmega8(L) that has a built-in JTAG interface. The pinout of the JTAG connector is shown in Figure -7 and is compliant with the pinout of the JTAG ICE available from Atmel. Connecting a JTAG ICE to this connector allows On-chip Debugging of the ATmega8(L). More information about the JTAG ICE and On-chip Debugging can be found in the AVR JTAG ICE User Guide, which is available at the Atmel web site, Figure -7. JTAG Connector TCK TDO TMS TDI JTAG RST NC Figure -8 shows how to connect the JTAG ICE probe on the STK50 board. AVR STK50 User Guide -5

13 Using the STK50 Top Module Figure -8. Connecting JTAG ICE to the STK50.5 External SRAM The STK50 contains a footprint where an external SRAM device can be mounted. Make sure the SRAM device has the same voltage range as the rest of the design. Caution: Special care should be taken if a low voltage SRAM is used, since High-voltage Programming requires a programming voltage higher than 4.5V. Low-voltage SRAM may be damaged if High-voltage Programming of the target AVR is done. Table - shows a list of recommended SRAM devices, and typical range of operation. It is important that the SRAM device is soldered with the correct orientation as shown in Figure -9. Note: The SRAM is disabled by default. To enable SRAM support, put a jumper between the SRAMEN and pin on the PORTG/AUX connector. Figure -9. Pin on SRAM Footprint and Pinout A0 A A A3 CS D0 D VCC D D3 WE A4 A5 A6 A Kx A6 A5 A4 A3 OE D7 D6 VCC D5 D4 A A A0 A9 A8-6 AVR STK50 User Guide

14 Using the STK50 Top Module Table -. Recommended SRAM Devices Manufacturer Part Number Supply Voltage (V) Package ISSI IS63LV04-T 3.3 TSOP-II ISSI IS63LV04-J 3.3 SOJ 300-mil ISSI IS63LV04-K 3.3 SOJ 400-mil IDT IDT74-Y 5.0 SOJ 400-mil IDT IDT7V4SA-TY 3.3 SOJ 300-mil IDT IDT7V4SA-Y 3.3 SOJ 400-mil IDT IDT7V4SA-PH 3.3 TSOP-II.5. A6 The A6 pin on the PORTG/AUX connector is connected to A6 (address pin 6) on the SRAM. ATmega03(L) and ATmega8(L) support up to 60 KB of external SRAM. The STK50 SRAM footprint is for a 8 KB SRAM. Implementing software control of the A6 line will increase the memory range from 64 KB to 8 KB. This line is pulled low by default, addressing the lower 64 KB of the SRAM. Figure -0. SRAM Block Schematic AVR SRAM PORTC From PORTG/AUX connector A6 SRAMEN PC7 PC6 PC5 PC4 PC3 PC PC PC0 RAM HIGH ADDRESS A6 A5 A4 A3 A A A0 A9 A8 0K x RD (PG) WR (PG0) CE OE WE ALE (PG) LE OE PA7 PA6 PA5 PA4 PA3 PA PA PA0 D7 D6 D5 D4 D3 D D D0 LATCH Q7 Q6 Q5 Q4 Q3 Q Q Q0 A7 A6 A5 A4 A3 A A A0 A0 A A4 A6 A[7:0] A A3 A5 A7 A7 A6 A5 A4 A3 A A A0 A7 A6 A5 A4 A3 A A A0 D7 D6 D5 D4 D3 D D D0 PA7 PA6 PA5 PA4 PA3 PA PA PA0 PORTA.5. SRAMEN The SRAMEN pin on the PORTG/AUX connector is connected to the Chip-enable (CE) pin of the SRAM. This signal controls if the SRAM should be enabled or not. To enable the SRAM, a low level should be applied to this pin. This pin is pulled high by default, through a 0 kω resistor. Figure -0 shows a simplified block schematic on how the SRAM interface is implemented. Figure - shows how to enable the SRAM by shorting SRAMEN and on the PORTG/AUX connector using one of the supplied jumpers. This signal can also be controlled by software or by some external control logic. AVR STK50 User Guide -7

15 Using the STK50 Top Module Figure -. SRAMEN Connected to.6 Ram High Address Jumpers When External Memory is enabled in an AVR, all Port C pins are by default used for the high address byte. If the full 60 KB address space is not required to access the external memory, some, or all, Port C pins can be released for normal port pin function as described in the ATmega8(L) datasheet. AT90S/LS855, ATmega03(L) and ATmega6 do not have this feature, and all jumpers should be connected if using the XRAM interface with these devices. If some or all of the Port C pins are released for normal port pin functions, the corresponding RAM High Address jumper should be removed to avoid any Port C activity to reach the SRAM address pins thus corrupting the address. If a jumper is removed, the corresponding address line will be pulled low giving a logic zero on that address bit on the SRAM. See the block schematic on Figure A[7:0] Connector The connector marked A[7:0] contains the 8 least-significant bits of the external SRAM address bus. The purpose of the connector is to provide easy access to the address bus. The 8 most significant bits can be found on the Ram High Addresses jumpers or the Port C connector. The connector is placed after the latch as shown in Figure -0. This connector is handy when using the SRAM interface to interface external devices..8 Using the SRAM Interface with AT90S/LS855 and ATmega6 When using the SRAM interface with devices placed in the STK500 board, some additional straps are required. The reason is that the RD, WR, and ALE signals are not on the same port pins for the AT90S855/ATmega6(L) and ATmega03(L)/ ATmega8(L), so these signals must be routed manually using two of the -wire cables. Table -. Signal Routing Required for AT90S855A and ATmega6(L) Connections STK500 STK50 Description Write Signal WR PD6 PG0 Connect PD6:STK500 to PG0:STK50 Read Signal RD PD7 PG Connect PD7:STK500 to PG:STK50 Address Latch Enable ALE PE PG Connect PE:STK500 to PG:STK50-8 AVR STK50 User Guide

16 Using the STK50 Top Module Figure -. Enabling SRAM Interface for Devices in STK500.9 TOSC Switch On the ATmega8(L) the TOSC and TOSC lines are shared with Port G (PG4 and PG3). The TOSC switch select if the 3 khz crystal, or the Port G connector pins should be connected to the pins on the device. Figure -3 shows a simplified block schematic on how this is implemented. Note: Port G is not available on the ATmega03(L), the switch will thus only select if the 3 khz crystal should be connected or not. Figure -3. TOSC Block Schematic AVR 3 khz PG3/TOSC PG4/TOSC TOSC Switch PG3 PG4 To PORT G/AUX Connector.0 RS-3C Port The ATmega8(L) has an additional UART compared to the ATmega03(L). The RS- 3 port on the STK50 board has in addition to the RXD and TXD lines support for RTS and CTS flow control. Figure -4 shows a simplified block schematic on how this is implemented. Note: The UART in ATmega8(L) does not support hardware RTS or CTS control. If such functionality is needed, it must be implemented in software. AVR STK50 User Guide -9

17 Using the STK50 Top Module Figure -4. UART Block Schematic RS3 SPARE RS-3/Logic Level Converter RxD CTS TxD RTS This UART can also be used from devices placed in the STK500 board. Simply connect the appropriate port pins to RXD and TXD on the STK50 board. Note: If no software RTS/CTS flow control is implemented, a jumper shorting RTS and CTS will ensure correct communication with an external application that uses such flow control. -0 AVR STK50 User Guide

18 Section 3 Troubleshooting Guide Table 3-. Troubleshooting Guide Problem Reason Solution SRAM does not work properly. SRAM does not work when used by devices on the STK500 board. After doing a High-voltage Programming of the AVR, the SRAM does not work properly. The SRAM is not connected. SRAMEN is not mounted. XRAM interface is not enabled in the AVR device. Some of the ADDRESS HIGH BYTE jumpers may be set incorrectly. WR, RD and ALE signals must be strapped using two -wire cables. The SRAM might be damaged due to the Highvoltage needed to program the AVR. Verify all solderings, and make sure the Pin on the SRAM matches the one on the footprint. Make sure the SRAM pinout is correct. Make sure that the SRAMEN is connected to on the AUX connector. Verify that the code actually enables the XRAM interface. Connect some or all of ADDRESS HIGH BYTE jumpers. Use two -wire cables, and connect these signals to the appropriate pins. Make sure the SRAM handles 5V, if High-voltage Programming mode should be used. AVR STK50 User Guide 3-

19 Troubleshooting Guide 3- AVR STK50 User Guide

20 Section 4 Technical Specifications System Unit Physical Dimensions x 9 x 7 mm Weight g Operating Conditions Voltage Supply V - 5.5V Connections Serial Connector pin D-SUB female Serial Communications Speed kbps AVR STK50 User Guide 4-

21 Technical Specifications 4- AVR STK50 User Guide

22 Section 5 Technical Support For Technical support, please contact avr@atmel.com. When requesting technical support, please include the following information: Which target AVR device is used (complete part number) Target voltage and speed Clock source and fuse setting of the AVR Programming method (ISP or High-voltage) Hardware revisions of the AVR tools, found on the PCB Version number of AVR Studio. This can be found in the AVR Studio help menu. PC operating system and version/build PC processor type and speed A detailed description of the problem AVR STK50 User Guide 5-

23 Technical Support 5- AVR STK50 User Guide

24 Section 6 Complete Schematics On the following pages the complete schematics and assembly drawing of the STK50 revision B are shown. AVR STK50 User Guide 6-

25 Complete Schematics Figure 6-. Schematics, of 3 D C B A TQFP Footprint ZIF Socket PAT[7..0] PAT[7..0] PFT[7..0] PFT[7..0] PAT[7..0] PFT[7..0] PFT[7..0] PAT[7..0] PET[7..0] PET[7..0] PET0 PET PET PET3 PET4 PET5 PET6 PET7 PBT0 PBT PBT PBT3 PBT4 PBT5 PBT6 PCT[7..0] PCT[7..0] PBT7 PBT[7..0] PBT[7..0] PDT[7..0] PDT[7..0] TOSC TOSC TOSC XT TOSC XT RESET RESET XT RESET RESET XT PGT[4..0] PGT[4..0] STK50 Page of 3 A B Rev. B 9-Jun-00 Copyright Atmel Corporation D C B A PAT0 PAT PAT PAT3 PAT4 PAT5 PAT6 PAT7 PCT7 PCT6 PCT5 PCT4 PCT3 PCT PCT PCT0 PGT PDT0 PDT PDT PDT3 PDT4 PDT5 PDT6 PDT7 PFT0 PFT PFT PFT3 PFT4 PFT5 PFT6 PFT7 AREFT AREFT AREFT AREFT PEN PEN PEN PEN PAT0 PAT PAT PET[7..0] PET[7..0] A C08 00N_6V_X7R PET0 PET PET PET3 PET4 PET5 PET6 PET7 PBT0 PBT PBT PBT3 PBT4 PBT5 PBT6 PAT3 PAT4 PAT5 PAT6 PAT7 PCT7 PCT6 PCT5 PCT4 PCT3 PCT PCT PCT0 PCT[7..0] PCT[7..0] PGT PGT TQFP64 ZIF SOCKET PGT PGT0 PGT0 PBT7 PDT0 PDT PDT PDT3 PDT4 PDT5 PDT6 PDT7 PFT0 PFT PFT PFT3 PFT4 PFT5 PFT6 PFT7 A PEN 3 PE0/PDI/RXD PE/PDO/TXD 4 PE/AC+ 5 6 PE3/AC- PE4/INT4 7 PE5/INT5 8 9 PE6/INT6 0 PE7/INT7 PB0/SS PB/SCK 3 PB/MOSI 4 PB3/MISO 5 PB4/OC0 6 PB5/OCA PB6/OCB AD3/PA3 48 AD4/PA4 47 AD5/PA5 46 AD6/PA6 45 AD7/PA7 44 ALE/PG 43 A5/PC7 4 A4/PC6 4 A3/PC5 40 A/PC4 39 A/PC3 38 A0/PC A9/PC 35 A8/PC0 RD/PG WR/PG0 PBT[7..0] PBT[7..0] TOSC TOSC PDT[7..0] PDT[7..0] TOSC TOSC PGT[4..0] PGT[4..0] A L0 BLM-A0S C0 00N_6V_X7R C0 00N_6V_X7R C05 00N_6V_X7R C06 00N_6V_X7R PB7/OC PG3/TOSC PG4/TOSC RESET VCC XTAL XTAL PD0/INT0 PD/INT PD/INT PD3/INT3 PD4/IC PD5 PD6/T PD7/T ADC0/PF0 ADC/PF ADC/PF ADC3/PF3 ADC4/PF4 ADC6/PF6 ADC6/PF6 ADC7/PF7 AD0/PA0 AD/PA AD/PA AVCC A AREF VCC U0 ATMEGA ST C03 00N_6V_X7R C04 00N_6V_X7R C07 00N_6V_X7R 6- AVR STK50 User Guide

26 Complete Schematics Figure 6-. Schematics, of 3 D C B A PET[7..0] PET[7..0] XT XT RESET RESET PET PCT7 PCT5 PCT3 PCT PAT7 PAT5 PAT3 PAT AREFT PET PET0 PCT6 PCT4 PCT PCT0 PAT6 PAT4 PAT PAT0 AREFT 5 6 XT 7 8 XT 9 0 PBT7 3 4 PBT6 PBT5 5 6 PBT4 C0 PBT3 7 8 PBT 00N_6V_X7R PBT 9 30 PBT0 PDT7 3 3 PDT6 PDT PDT4 PDT PDT PDT PDT EXPAND0 EXPAND PAT[7..0] PDT[7..0] PAT[7..0] PDT[7..0] PCT[7..0] PCT[7..0] PBT[7..0] PBT[7..0] PET PET0 4 6 J06 VCC MOSI MISO SCK 3 5 RESET ISP_CONNECTOR STK50 Page of 3 A B Rev. B 9-Jun-00 Copyright Atmel Corporation D C B A PBT C0 00N_6V_X7R R0 0R R03 0R PFT4 PFT6 PFT5 PFT7 J JTAG RESET C03 00N_6V_X7R RESET C04 00N_6V_X7R PFT[7..0] PGT[4..0] A[7..0] PFT[7..0] PGT[4..0] A[7..0] J03 J05 J08 J07 PFT0 PFT PET0 PET PGT0 PGT A0 A PFT 3 4 PFT3 PET 3 4 PET3 PGT 3 4 PGT3 A 3 4 A3 PFT4 5 6 PFT5 PET4 5 6 PET5 PGT4 5 6 A6 A4 5 6 A5 A6 PFT6 7 8 PFT7 PET6 7 8 PET7 SRAMEN 7 8 A6 7 8 A7 SRAMEN PORTF PORTE JS0 JS0 PORTG/AUX LATCHED ADDRESS R0 0K Port G special features PG0: nwr PEN PG: nrd PEN PG: ALE J J NOT MOUNTED PG3: TOSC PG4: TOSC AVR STK50 User Guide 6-3

27 Complete Schematics Figure 6-3. Schematics, 3 of 3 D C B A A[7..0] A[7..0] U30 74AHC573PW OE LE Q0 9 Q 8 D0 Q 7 3 D Q3 6 4 D Q D3 Q5 4 D4 Q6 3 7 D5 Q7 8 9 D6 D7 STK50 Page of 3 3 A B Rev. B 9-Jun-00 Copyright Atmel Corporation D C B A 0 VCC 0 C30 00N_6V_X7R PAT0 PAT PAT PAT3 PAT4 PAT5 PAT6 PAT7 A0 A A A3 A4 A5 A6 A7 JS30 JS30 JS303 JS304 JS305 JS306 JS307 JS308 PCT0 PCT PCT PCT3 PCT4 PCT5 PCT6 PCT7 A0 A A A3 A4 A5 A6 A7 A8 A9 A0 A A A3 A4 A5 A6 PAT0 PAT PAT PAT3 PAT4 PAT5 PAT6 PAT7 PCT[7..0] PGT[4..0] PCT[7..0] PGT0 PGT PGT A6 A6 PGT[4..0] PAT[7..0] PAT[7..0] 6 VCC J30 0 C303 00N_6V_X7R KF-E-9-S-N C304 00N_6V_X7R RS3 SPARE C306 00N_6V_X7R JS309 R3 33R JP U30 A0 3 A 4 A 3 A3 4 A4 5 A5 6 A6 7 A7 8 A8 9 A9 0 A0 A 9 A 30 A3 3 A4 3 A5 A6 5 8 CE OE WE I/O0 I/O I/O I/O3 I/O4 I/O5 I/O6 I/O VCC 8 VCC C30 00N_6V_X7R R30 0K R30 0K R303 0K R304 0K R305 0K R306 0K R307 0K R308 0K R309 R30 8Kx8 SRAM 0K 0K R3 SRAMEN SRAMEN U303 C+ V+ C- 3 T R 0 T 9 R V- C+ 4 XC30 C N_6V_X7R 4 SW30 TOSC 3kHz TOSC TOSC 3 PGT3 6 J30 TOSC 5 TOSC RXD TXD 4 PGT4 CTS 3 4 RTS 7 C308 0P_50V_NP0 RAM HIGH ADDRESS 0K R33 0K C- 5 MAX33ECAE PGT[4..0] PGT[4..0] C307 00N_6V_X7R 6-4 AVR STK50 User Guide

28 Complete Schematics Figure 6-4. Assembly Drawing, of AVR STK50 User Guide 6-5

29 Complete Schematics 6-6 AVR STK50 User Guide

30 Atmel Headquarters Corporate Headquarters 35 Orchard Parkway San Jose, CA 953 TEL (408) FAX (408) Europe Atmel SarL Route des Arsenaux 4 Casa Postale 80 CH-705 Fribourg Switzerland TEL (4) FAX (4) Asia Atmel Asia, Ltd. Room 9 Chinachem Golden Plaza 77 Mody Road Tsimhatsui East Kowloon Hong Kong TEL (85) FAX (85) Japan Atmel Japan K.K. 9F, Tonetsu Shinkawa Bldg Shinkawa Chuo-ku, Tokyo Japan TEL (8) FAX (8) Atmel Product Operations Atmel Colorado Springs 50 E. Cheyenne Mtn. Blvd. Colorado Springs, CO TEL (79) FAX (79) Atmel Grenoble Avenue de Rochepleine BP Saint-Egreve Cedex, France TEL (33) FAX (33) Atmel Heilbronn Theresienstrasse POB 3535 D-7405 Heilbronn, Germany TEL (49) FAX (49) Atmel Nantes La Chantrerie BP Nantes Cedex 3, France TEL (33) FAX (33) Atmel Rousset Zone Industrielle 306 Rousset Cedex, France TEL (33) FAX (33) Atmel Smart Card ICs Scottish Enterprise Technology Park East Kilbride, Scotland G75 0QR TEL (44) FAX (44) literature@atmel.com Web Site BBS -(408) Atmel Corporation 00. Atmel Corporation makes no warranty for the use of its products, other than those expressly contained in the Company s standard warranty which is detailed in Atmel s Terms and Conditions located on the Company s web site. The Company assumes no responsibility for any errors which may appear in this document, reserves the right to change devices or specifications detailed herein at any time without notice, and does not make any commitment to update the information contained herein. No licenses to patents or other intellectual property of Atmel are granted by the Company in connection with the sale of Atmel products, expressly or by implication. Atmel s products are not authorized for use as critical components in life support devices or systems. Atmel, AVR and AVR Studio are the registered trademarks of Atmel. Windows and Windows NT are registered trademarks of Microsoft Corporation. Terms and product names may be trademarks of others. Printed on recycled paper. 49A 09/0/M

ATAVRAUTO User Guide

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

More information

ATAVRAUTO User Guide

ATAVRAUTO User Guide ATAVRAUTO100... User Guide Section 1 Introduction... 1-4 1.1 Overview...1-4 Section 2 Using the ATAVRAUTO100... 2-6 2.1 Overview...2-6 2.2 Power Supply...2-7 2.3 Oscillator Sources...2-7 2.4 On-board ressources...2-8

More information

STK User Guide

STK User Guide STK50... User Guide Table of Contents Section Introduction... - Section Using the STK50 Top Module... -. Connecting the STK50 to the STK500 Starter Kit...-.. Placing an ATmega69 on STK50...-. PORT Connectors...-..

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

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

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

8-bit Microcontroller. Application Note. AVR030: Getting Started with C for AVR

8-bit Microcontroller. Application Note. AVR030: Getting Started with C for AVR AVR030: Getting Started with C for AVR Features HowtoOpenaNewProject Description of Option Settings Linker Command File Examples Writing and Compiling the C Code How to Load the Executable File Into the

More information

FPGA Configuration EEPROM Memory. Application Note. Programming Atmel s EEPROMs: AT17LV020(A) vs. AT17LV002(A) Introduction.

FPGA Configuration EEPROM Memory. Application Note. Programming Atmel s EEPROMs: AT17LV020(A) vs. AT17LV002(A) Introduction. Programming Atmel s EEPROMs: AT17LV020(A) vs. AT17LV002(A) Introduction This application note provides Atmel s customers with a description of the principal differences in programming the AT17LV020(A)

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

8-bit Microcontroller. Application Note. AVR031: Getting Started with ImageCraft C for AVR

8-bit Microcontroller. Application Note. AVR031: Getting Started with ImageCraft C for AVR AVR031: Getting Started with ImageCraft C for AVR Features How to Open a New Project Description of Option Settings Writing and Compiling the C Code How to Load the Executable File into the STK200 Starter

More information

8-bit RISC Microcontroller. Application Note. AVR 305: Half Duplex Compact Software UART

8-bit RISC Microcontroller. Application Note. AVR 305: Half Duplex Compact Software UART AVR 305: Half Duplex Compact Software UART Features 32 Words of Code, Only Handles Baud Rates of up to 38.4 kbps with a 1 MHz XTAL Runs on Any AVR Device Only Two Port Pins Required Does Not Use Any Timer

More information

hex file. The example described in this application note is written for the AT94K using the FPSLIC Starter Kit. Creating a New Project

hex file. The example described in this application note is written for the AT94K using the FPSLIC Starter Kit. Creating a New Project Getting Started with C for the Family Using the IAR Compiler Features How to Open a New Project Description of Option Settings Linker Command File Examples Writing and Compiling the C Code How to Load

More information

Table Of Contents TABLE OF CONTENTS...1

Table Of Contents TABLE OF CONTENTS...1 Table Of Contents TABLE OF CONTENTS...1 STK503 USER GUIDE...2 INTRODUCTION...2 Features...2 Known Issues...3 Getting Started...4 Hardware overview...4 Mounting the STK503...5 Placing the AVR in the ZIF

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

AT89STK-09 Starter Kit for AT83C26... User Guide

AT89STK-09 Starter Kit for AT83C26... User Guide AT89STK-09 Starter Kit for AT83C26... User Guide Section 1 Introduction... 1-2 1.1 Acronyms...1-2 1.2 Features...1-2 Section 2 Hardware... 2-6 2.1 Power Supply...2-6 2.2 Jumper Configuration...2-6 2.3

More information

FPGA Configurator Programming Kit (Enhanced) ATDH2200E. Features. Description

FPGA Configurator Programming Kit (Enhanced) ATDH2200E. Features. Description Features Hardware Supports Programming of all AT7LV and AT7F Series Devices Connection to Allow In-System Programming (ISP) Runs off Portable 9V DC Power Supply.0V Supply Software CPS Configurator Programming

More information

AT17(A) Series FPGA Configuration Memory. Application Note

AT17(A) Series FPGA Configuration Memory. Application Note Cascaded Programming Circuits using AT1(A) Configurators with Atmel, Xilinx and Altera FPGAs Atmel AT1A (1) series configurators use a simple serial-access procedure to configure one or more Field Programmable

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

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

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

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

DatasheetDirect.com. Visit to get your free datasheets. This datasheet has been downloaded by

DatasheetDirect.com. Visit  to get your free datasheets. This datasheet has been downloaded by DatasheetDirect.com Your dedicated source for free downloadable datasheets. Over one million datasheets Optimized search function Rapid quote option Free unlimited downloads Visit www.datasheetdirect.com

More information

MP3 Player Reference Design Based on AT89C51SND1 Microcontroller... User Guide

MP3 Player Reference Design Based on AT89C51SND1 Microcontroller... User Guide MP3 Player Reference Design Based on AT89C51SND1 Microcontroller... User Guide AT89C51SND1 Reference Design User Guide -2 Table of Contents Section 1 Introduction...1 1.1 Abbreviations... 1 Section 2 Overview...2

More information

8-bit Microcontroller. Application Note. AVR033: Getting Started with the CodeVisionAVR C Compiler

8-bit Microcontroller. Application Note. AVR033: Getting Started with the CodeVisionAVR C Compiler AVR033: Getting Started with the CodeVisionAVR C Compiler Features Installing and Configuring CodeVisionAVR to Work with the Atmel STK500 Starter Kit and AVR Studio Debugger Creating a New Project Using

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

System Designer. Programmable SLI AT94K/AT94S Series. Features. Description

System Designer. Programmable SLI AT94K/AT94S Series. Features. Description Features Atmel s System Designer Contains the Following Items: CD-ROM Containing all Necessary Software and Online Documents Atmel s AVR Studio Atmel s Configurator Programming System (CPS) Co-verification,

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

System Designer. Programmable SLI AT94K/AT94S Series. Features. Description

System Designer. Programmable SLI AT94K/AT94S Series. Features. Description Features Atmel s System Designer Contains the Following Items: CD-ROM Containing all Necessary Software and Online Documents Atmel s AVR Studio Atmel s Configurator Programming System (CPS) Co-verification,

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

AVR -based Bridge between Full-speed USB and Fast Serial Asynchronous Interfaces AT76C711

AVR -based Bridge between Full-speed USB and Fast Serial Asynchronous Interfaces AT76C711 Features AVR Microcontroller Clock Generator Provides CPU Rates up to 24 MHz Programmable UART with 16-byte FIFOs at the Receiver Side (1), with a Maximum Rate of 921K Baud Programmable SPI Interface Full-speed

More information

2-wire Serial EEPROM Smart Card Modules AT24C32SC AT24C64SC

2-wire Serial EEPROM Smart Card Modules AT24C32SC AT24C64SC Features Low-voltage and Standard-voltage Operation 5.0 (V CC = 4.5V to 5.5V) 2.7 (V CC = 2.7V to 5.5V) Internally Organized 4096 x 8, 8192 x 8 2-wire Serial Interface Schmitt Trigger, Filtered Inputs

More information

Application Note Microcontrollers. C Flash Drivers for T89C51RC/RB/IC2 and AT89C51RC/RB/IC2 for Keil Compilers

Application Note Microcontrollers. C Flash Drivers for T89C51RC/RB/IC2 and AT89C51RC/RB/IC2 for Keil Compilers C Flash Drivers for T89C51RC/RB/IC2 and AT89C51RC/RB/IC2 for Keil Compilers This application note describes C routines for Keil compiler to perform In-application Programming/Self programming according

More information

Migration From AT89C51SND1C to AT83C51SDN1C. Application Note. MP3 Microcontrollers

Migration From AT89C51SND1C to AT83C51SDN1C. Application Note. MP3 Microcontrollers Migration From AT89C51SND1C to AT83C51SDN1C This application note details the differences between AT89C51SND1C and AT83C51SDN1C products, and gives some tips and tricks to the user when migrating from

More information

Two-wire Serial EEPROM Smart Card Modules 128K (16,384 x 8) 256 (32,768 x 8) AT24C128SC AT24C256SC. Features. Description VCC NC

Two-wire Serial EEPROM Smart Card Modules 128K (16,384 x 8) 256 (32,768 x 8) AT24C128SC AT24C256SC. Features. Description VCC NC Features Low-voltage and Standard-voltage Operation, V CC = 2.7V to 5.5V Internally Organized 16,384 x 8 and 32,768 x 8 2-wire Serial Interface Schmitt Trigger, Filtered Inputs for Noise Suppression Bi-directional

More information

8-bit Microcontroller. Application Note. AVR033: Getting Started with the CodeVisionAVR C Compiler

8-bit Microcontroller. Application Note. AVR033: Getting Started with the CodeVisionAVR C Compiler AVR033: Getting Started with the CodeVisionAVR C Compiler Features Installing and Configuring CodeVisionAVR to Work with the Atmel STK500 Starter Kit and AVR Studio Debugger Creating a New Project Using

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

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

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

Preparations. Creating a New Project

Preparations. Creating a New Project AVR030: Getting Started with C for AVR Features How to Open a New Project Description of Option Settings Linker Command File Examples Writing and Compiling the C Code How to Load the Executable File Into

More information

Programmable SLI AT40K AT40KAL AT94K. Application Note. Implementing a Single-coefficient Multiplier

Programmable SLI AT40K AT40KAL AT94K. Application Note. Implementing a Single-coefficient Multiplier Implementing a Single-coefficient Multiplier Features Theory of Developing a Single-coefficient Multiplier Implementation using an AT40K Series FPGA for an 8-bit Single-coefficient Multiplier Coefficient

More information

1-megabit (64K x 16) 3-volt Only Flash Memory AT49LV1024 AT49LV1025

1-megabit (64K x 16) 3-volt Only Flash Memory AT49LV1024 AT49LV1025 Features Single-voltage Operation 3V Read 3.1V Programming Fast Read Access Time 55 ns Internal Program Control and Timer 8K Word Boot Block with Lockout Fast Erase Cycle Time 10 seconds Word-by-Word Programming

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

8-bit Microcontroller. Application Note. AVR201: Using the AVR Hardware Multiplier

8-bit Microcontroller. Application Note. AVR201: Using the AVR Hardware Multiplier AVR201: Using the AVR Hardware Multiplier Features 8- and 16-bit Implementations Signed and Unsigned Routines Fractional Signed and Unsigned Multiply Executable Example Programs Introduction The megaavr

More information

AT17A Series FPGA Configuration EEPROM Memory. Application Note. FPGAs. AT17A Series Conversions from Altera FPGA Serial Configuration Memories

AT17A Series FPGA Configuration EEPROM Memory. Application Note. FPGAs. AT17A Series Conversions from Altera FPGA Serial Configuration Memories ATA Series Conversions from Altera FPGA Serial Configuration Memories Introduction The Atmel ATA FPGA Configuration EEPROM () is a serial memory that can be used to load SRAM based FPGAs. This application

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

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

UART. Embedded RISC Microcontroller Core Peripheral

UART. Embedded RISC Microcontroller Core Peripheral Features New Enhanced Baud Rate Generator Generates Any Required Baud Rate Maximum 6 Mbps (0.35 µm) High Baud Rates at Low Crystal Clock Frequencies 6-, 7-, 8- or 9-bit Data Noise Filtering and Noise Error

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

Bluetooth General Information White Paper

Bluetooth General Information White Paper General Information is the registered trademark of Atmel Corporation, 2325 Orchard Parkway, San Jose, CA 95131 Rev. 1993A 11/00 Introduction The wireless technology is the world s new shortrange RF transmission

More information

1-megabit (64K x 16) 5-volt Only Flash Memory AT49F1024 AT49F1025

1-megabit (64K x 16) 5-volt Only Flash Memory AT49F1024 AT49F1025 Features Single-voltage Operation 5V Read 5V Reprogramming Fast Read Access Time 35 ns Internal Program Control and Timer 8K Word Boot Block with Lockout Fast Erase Cycle Time 10 seconds Word-by-word Programming

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

Two-wire Serial EEPROM Smart Card Modules 1K (128 x 8) 2K (256 x 8) 4K (512 x 8) 8K (1024 x 8) 16K (2048 x 8)

Two-wire Serial EEPROM Smart Card Modules 1K (128 x 8) 2K (256 x 8) 4K (512 x 8) 8K (1024 x 8) 16K (2048 x 8) Features Low-voltage and Standard-voltage Operation, VCC = 2.7V 5.5V Internally Organized 128 x 8 (1K), 256 x 8 (2K), 512 x 8 (4K), 1024 x 8 (8K), or 2048 x 8 (16K) Two-wire Serial Interface Schmitt Trigger,

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

DIP Top View A18 A16 A15 A12 A7 A6 A5 A4 A3 A2 A1 A0 I/O0 I/O1 I/O2 GND VCC A17 A14 A13 A8 A9 A11 A10 I/O7 I/O6 I/O5 I/O4 I/O3 VCC A18 A17

DIP Top View A18 A16 A15 A12 A7 A6 A5 A4 A3 A2 A1 A0 I/O0 I/O1 I/O2 GND VCC A17 A14 A13 A8 A9 A11 A10 I/O7 I/O6 I/O5 I/O4 I/O3 VCC A18 A17 Features Single-voltage Operation 5V Read 5V Reprogramming Fast Read Access Time 55 ns Internal Program Control and Timer 16-Kbyte Boot Block with Lockout Fast Erase Cycle Time 10 seconds Byte-by-byte

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

FPGA Configuration EEPROM Memory AT17C65A AT17LV65A AT17C128A AT17LV128A AT17C256A AT17LV256A

FPGA Configuration EEPROM Memory AT17C65A AT17LV65A AT17C128A AT17LV128A AT17C256A AT17LV256A Features Serial EEPROM Family for Configuring Altera FLEX Devices In-System Programmable via 2-wire Bus Simple Interface to SRAM FPGAs EE Programmable 64K, 128K and 256K Bits Serial Memories Designed to

More information

Product Description. Application Note. AVR360: XmodemCRC Receive Utility for the AVR. Features. Theory of Operation. Introduction

Product Description. Application Note. AVR360: XmodemCRC Receive Utility for the AVR. Features. Theory of Operation. Introduction AVR360: XmodemCRC Receive Utility for the AVR Features Programmable Baud Rate Half Duplex 128 Byte Data Packets CRC Data Verification Framing Error Detection Overrun Detection Less than 1k Bytes of Code

More information

256 (32K x 8) High-speed Parallel EEPROM AT28HC256N. Features. Description. Pin Configurations

256 (32K x 8) High-speed Parallel EEPROM AT28HC256N. Features. Description. Pin Configurations Features Fast Read Access Time 90 ns Automatic Page Write Operation Internal Address and Data Latches for 64 Bytes Internal Control Timer Fast Write Cycle Times Page Write Cycle Time: 3 ms or 10 ms Maximum

More information

ATICE10... User Guide

ATICE10... User Guide ATICE10... User Guide Table of Contents Section 1 Introduction... 1-1 1.1 General Description...1-1 1.2 External Connections...1-2 1.3 Power System...1-2 1.4 Reset System...1-2 1.5 Trace Buffer...1-3

More information

2-wire Serial EEPROMs AT24C128 AT24C256

2-wire Serial EEPROMs AT24C128 AT24C256 Features Low-voltage and Standard-voltage Operation 5.0 (V CC = 4.5V to 5.5V) 2. (V CC = 2.V to 5.5V) 2.5 (V CC = 2.5V to 5.5V). (V CC =.V to 3.6V) Internally Organized 6,34 x and 32,6 x 2-wire Serial

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

Atmel FPGA Integrated Development System (IDS)

Atmel FPGA Integrated Development System (IDS) Contents Atmel FPGA Integrated Development System (IDS) contains the following items: IDS Installation Guide CD-ROM containing all necessary software and online documents Security block (for Viewlogic

More information

Battery-Voltage. 16K (2K x 8) Parallel EEPROMs AT28BV16. Features. Description. Pin Configurations

Battery-Voltage. 16K (2K x 8) Parallel EEPROMs AT28BV16. Features. Description. Pin Configurations Features 2.7 to 3.6V Supply Full Read and Write Operation Low Power Dissipation 8 ma Active Current 50 µa CMOS Standby Current Read Access Time - 250 ns Byte Write - 3 ms Direct Microprocessor Control

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

4-megabit (512K x 8) Single 2.7-volt Battery-Voltage Flash Memory AT49BV040 AT49LV040

4-megabit (512K x 8) Single 2.7-volt Battery-Voltage Flash Memory AT49BV040 AT49LV040 Features Single Voltage for Read and Write: 2.7V to 3.6V (BV), 3.0V to 3.6V (LV) Fast Read Access Time 70 ns Internal Program Control and Timer 16K Bytes Boot Block with Lockout Fast Chip Erase Cycle Time

More information

2-Wire Serial EEPROM AT24C01. Features. Description. Pin Configurations. 1K (128 x 8)

2-Wire Serial EEPROM AT24C01. Features. Description. Pin Configurations. 1K (128 x 8) Features Low Voltage and Standard Voltage Operation 2.7 (V CC = 2.7V to 5.5V) 1.8 (V CC = 1.8V to 5.5V) Internally Organized 128 x 8 2-Wire Serial Interface Bidirectional Data Transfer Protocol 100 khz

More information

EMB128. ere co., ltd.

EMB128. ere co., ltd. ATMEGA128 Embedded Board Main Features Atmega128 8-bit RISC CPU (AVR family) Serial EEPROM (I2C), 24LC256 Real Time Clock, DS1307 3V lithium battery keeping time and date 2 channels RS485 2 channels RS232

More information

3-Wire Serial EEPROM AT93C46C

3-Wire Serial EEPROM AT93C46C Features Low-Voltage and Standard-Voltage Operation 2.7(V CC =2.7Vto5.5V) 2.5(V CC =2.5Vto5.5V) 3-Wire Serial Interface Schmitt Trigger, Filtered Inputs for Noise Suppression 2MHzClockRate(5V) Self-Timed

More information

64K (8K x 8) Parallel EEPROM with Page Write and Software Data Protection AT28C64B. Features. Description. Pin Configurations

64K (8K x 8) Parallel EEPROM with Page Write and Software Data Protection AT28C64B. Features. Description. Pin Configurations Features Fast Read Access Time 150 ns Automatic Page Write Operation Internal Address and Data Latches for 64 Bytes Fast Write Cycle Times Page Write Cycle Time: 10 ms Maximum (Standard) 2 ms Maximum (Option)

More information

Parallel EEPROM Die Products. Die Products. Features. Description. Testing

Parallel EEPROM Die Products. Die Products. Features. Description. Testing Features High Performance CMOS Technology Low Power Dissipation - Active and Standby Hardware and Software Data Protection Features DATA Polling for End of Write Detection High Reliability Endurance: 10

More information

a Serial Peripheral Interace (SPI). Embedded RISC Microcontroller Core Peripheral

a Serial Peripheral Interace (SPI). Embedded RISC Microcontroller Core Peripheral Features Full-duplex, 3-wire Synchronous Data Transfer Master or Slave Operation Maximum Bit Frequency of f CLOCK /4 (in M-bits/second) LSB First or MSB First Data Transfer Four Programmable Bit Rates

More information

AT17LV(A) Series FPGA Configuration Memory. Application Note. Programming Specification for AT17LV(A) Series FPGA Configuration Memories

AT17LV(A) Series FPGA Configuration Memory. Application Note. Programming Specification for AT17LV(A) Series FPGA Configuration Memories Programming Specification for AT17LV(A) Series FPGA Configuration Memories The FPGA Configurator The FPGA Configurator is a serial EEPROM memory that can also be used to load programmable devices. This

More information

Atmel FPGA Integrated Development System (IDS)

Atmel FPGA Integrated Development System (IDS) Contents Atmel FPGA Integrated Development System (IDS) contains the following items: IDS Installation Guide CD-ROM containing all necessary software and online documents Features Support for Industry-standard

More information

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

P_D_OUT[31:0] SPI_INT SPI_MOSI_OUT SPI_MOSI_OEN

P_D_OUT[31:0] SPI_INT SPI_MOSI_OUT SPI_MOSI_OEN Features Compatible with an Embedded ARM7TDMI Processor 8- to 16-bit Programmable Data Length 4 External Slave Chip Selects Provides Communication with External Devices in Master or Slave Mode Allows Communication

More information

1-Megabit (128K x 8) Low Voltage Paged Parallel EEPROMs

1-Megabit (128K x 8) Low Voltage Paged Parallel EEPROMs Features Single 3.3V ± 10% Supply Fast Read Access Time - 200 ns Automatic Page Write Operation Internal Address and Data Latches for 128 Bytes Internal Control Timer Fast Write Cycle Time Page Write Cycle

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

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

SPI Serial EEPROMs AT25010 AT25020 AT SPI, 1K Serial E 2 PROM

SPI Serial EEPROMs AT25010 AT25020 AT SPI, 1K Serial E 2 PROM Features Serial Peripheral Interface (SPI) Compatible Supports SPI Modes (,) and 3 (1,1) Low-voltage and Standard-voltage Operation 5. (V CC = 4.5V to 5.5V) 2.7 (V CC = 2.7V to 5.5V) 3. MHz Clock Rate

More information

2-wire Serial EEPROM AT24C01A AT24C02 AT24C04 AT24C08 AT24C16

2-wire Serial EEPROM AT24C01A AT24C02 AT24C04 AT24C08 AT24C16 Features Low-voltage and Standard-voltage Operation 2.7(V CC =2.7Vto5.5V) 1.8(V CC =1.8Vto5.5V) Internally Organized 128 x 8 (1K), 256 x 8 (2K), 512 x 8 (4K), 1024 x 8 (8K) or 2048 x 8 (16K) 2-wire Serial

More information

AT89C51SND1 UART Bootloader

AT89C51SND1 UART Bootloader Features Protocol UART Used as a Physical Layer Based on the Intel Hex-type s Autobaud In-System Programming Read/Write Flash Memory Read Device IDs Block Erase Full-chip Erase Read/Write Configuration

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

2-wire Serial EEPROM AT24C21. 2-Wire, 1K Serial EEPROM. Features. Description. Not Recommended for New Designs. Pin Configurations.

2-wire Serial EEPROM AT24C21. 2-Wire, 1K Serial EEPROM. Features. Description. Not Recommended for New Designs. Pin Configurations. Features 2-wire Serial Interface Schmitt Trigger, Filtered Inputs For Noise Suppression DDC1 / DDC2 Interface Compliant for Monitor Identification Low-voltage Operation 2.5 (V CC = 2.5V to 5.5V) Internally

More information

1-megabit (64K x 16) 3-volt Only Flash Memory AT49BV1024A AT49LV1024A

1-megabit (64K x 16) 3-volt Only Flash Memory AT49BV1024A AT49LV1024A Features Single-voltage Operation Read/Write Operation: 2.7V to 3.6V (BV). 3.0V to 3.6V(LV) Fast Read Access Time 45 ns Internal Program Control and Timer 8K Word Boot Block with Lockout Fast Erase Cycle

More information

80C51 MCUs T89C51AC2. Errata Sheet

80C51 MCUs T89C51AC2. Errata Sheet Active T89C51AC2 Errata List Flash/EEPROM First Read After Write Disturbed Timer 2 Baud Rate Generator IT When TF2 is Set by Software Timer 2 Baud Rate Generator Long Start Time UART RB8 Lost with JBC

More information

GemCore Serial Lite PRO AT83C21GC. Summary

GemCore Serial Lite PRO AT83C21GC. Summary Features Smart Card Interface Compliance with Standards ISO/IEC 7816-1, 2, 3 and 4 EMV 2000 CB Mondex, Proton, ZKA, Other: Contact Gemplus Supported Smart Cards Number of Smart Cards Supported: 1 Asynchronous

More information

1-megabit 2.7-volt Only Serial DataFlash AT45DB011. AT45DB011 Preliminary 16- Megabit 2.7-volt Only Serial DataFlash

1-megabit 2.7-volt Only Serial DataFlash AT45DB011. AT45DB011 Preliminary 16- Megabit 2.7-volt Only Serial DataFlash Features Single 2.7V - 3.6V Supply Serial Interface Architecture Page Program Operation Single Cycle Reprogram (Erase and Program) 512 Pages (264 Bytes/Page) Main Memory Optional Page and Block Erase Operations

More information

Atmel-Synario CPLD/PLD Design Software ATDS1100PC ATDS1120PC ATDS1130PC ATDS1140PC. Features. Description

Atmel-Synario CPLD/PLD Design Software ATDS1100PC ATDS1120PC ATDS1130PC ATDS1140PC. Features. Description Features Comprehensive CPLD/PLD Design Environment User-friendly Microsoft Windows Interface (Win 95, Win 98, Win NT) Powerful Project Navigator Utilizes Intelligent Device Fitters for Automatic Logic

More information

Table of Contents TABLE OF CONTENTS...1

Table of Contents TABLE OF CONTENTS...1 Table of Contents TABLE OF CONTENTS...1 STK504 UR GUIDE...2 Introduction... 2 Features...2 Known Issues... 4 Getting Started... 5 Hardware overview...5 Mounting the STK504...6 Placing the AVR in the ZIF

More information

Interrupt Controlled UART

Interrupt Controlled UART AVR306 Design Note: Using the AVR UART in C Features Setup and Use the AVR UART Code Examples for Polled and Interrupt Controlled UART Compact Code C-Code Included for AT90S8515 Description This application

More information

8-bit Microcontroller. Application Note. AVR134: Real-Time Clock (RTC) using the Asynchronous Timer. Features. Theory of Operation.

8-bit Microcontroller. Application Note. AVR134: Real-Time Clock (RTC) using the Asynchronous Timer. Features. Theory of Operation. : Real-Time Clock (RTC) using the Asynchronous Timer Features Real-Time Clock with Very Low Power Consumption (4µA @ 3.3V) Very Low Cost Solution Adjustable Prescaler to Adjust Precision Counts Time, Date,

More information

CryptoMemory 64 Kbit AT88SC6416C. Summary. Features. Table 1. Pin Configuration

CryptoMemory 64 Kbit AT88SC6416C. Summary. Features. Table 1. Pin Configuration Features One of a Family of Devices with User Memories from 1-Kbit to 1-Mbit 64-Kbit (8-Kbyte) EEPROM User Memory Sixteen 512-byte (4-Kbit) Zones Self-timed Write Cycle (5 ms) Single Byte or 128-byte Page

More information

OrCAD Support for Atmel PLDs. Application Note. OrCAD Support for Atmel PLDs. Overview

OrCAD Support for Atmel PLDs. Application Note. OrCAD Support for Atmel PLDs. Overview OrCAD Support for Atmel PLDs Atmel Device Support for OrCAD PLD 386+ ATV750/ATV750B Device Family ATV2500/ATV2500B Device Family For ATF1500 Support Please Contact Atmel PLD Applications For 16V8, 20V8,

More information

T89C5115 UART Bootloader

T89C5115 UART Bootloader Features Protocol UART Used as a 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

More information

2-wire Serial EEPROM AT24C01A AT24C02 AT24C04 AT24C08 AT24C16

2-wire Serial EEPROM AT24C01A AT24C02 AT24C04 AT24C08 AT24C16 Features Low-voltage and Standard-voltage Operation 5.0 (V CC = 4.5V to 5.5V) 2.7 (V CC = 2.7V to 5.5V) 2.5 (V CC = 2.5V to 5.5V) 1.8 (V CC = 1.8V to 5.5V) Internally Organized 128 x 8 (1K), 256 x 8 (2K),

More information

32-megabit 2.7-volt Only Serial DataFlash AT45DB321. AT45DB321 Preliminary 16- Megabit 2.7-volt Only Serial DataFlash

32-megabit 2.7-volt Only Serial DataFlash AT45DB321. AT45DB321 Preliminary 16- Megabit 2.7-volt Only Serial DataFlash Features Single 2.7V - 3.6V Supply Serial-interface Architecture Page Program Operation Single Cycle Reprogram (Erase and Program) 8192 Pages (528 Bytes/Page) Main Memory Optional Page and Block Erase

More information

T89C51AC2 UART Bootloader

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

More information

DIP Top View VCC A12 A14 A13 A6 A5 A4 A3 A2 A1 A0 A8 A9 A11 A10 I/O7 I/O6 I/O0 I/O1 I/O2 I/O5 I/O4 I/O3 GND. TSOP Top View Type 1 A11 A9 A8 A13 A14

DIP Top View VCC A12 A14 A13 A6 A5 A4 A3 A2 A1 A0 A8 A9 A11 A10 I/O7 I/O6 I/O0 I/O1 I/O2 I/O5 I/O4 I/O3 GND. TSOP Top View Type 1 A11 A9 A8 A13 A14 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

2-wire Serial EEPROM AT24C512. Preliminary. 2-Wire Serial EEPROM 512K (65,536 x 8) Features. Description. Pin Configurations.

2-wire Serial EEPROM AT24C512. Preliminary. 2-Wire Serial EEPROM 512K (65,536 x 8) Features. Description. Pin Configurations. Features Low-voltage and Standard-voltage Operation 5.0 (V CC = 4.5V to 5.5V) 2.7 (V CC = 2.7V to 5.5V) 1.8 (V CC = 1.8V to 3.6V) Internally Organized 65,536 x 8 2-wire Serial Interface Schmitt Triggers,

More information

Battery-Voltage. 256K (32K x 8) Parallel EEPROMs AT28BV256. Features. Description. Pin Configurations

Battery-Voltage. 256K (32K x 8) Parallel EEPROMs AT28BV256. Features. Description. Pin Configurations Features Single 2.7V - 3.6V Supply Fast Read Access Time - 200 ns Automatic Page Write Operation Internal Address and Data Latches for 64 Bytes Internal Control Timer Fast Write Cycle Times Page Write

More information