EEWORLDEEWORLDEEWORLD

Part Number

Search

Am29LL800BB-200SI

Description
8 Megabit (1 M x 8-Bit/512 K x 16-Bit) CMOS 2.2 Volt-only Boot Sector Flash Memory
Categorystorage    storage   
File Size241KB,40 Pages
ManufacturerAMD
Websitehttp://www.amd.com
Download Datasheet Parametric View All

Am29LL800BB-200SI Overview

8 Megabit (1 M x 8-Bit/512 K x 16-Bit) CMOS 2.2 Volt-only Boot Sector Flash Memory

Am29LL800BB-200SI Parametric

Parameter NameAttribute value
Is it Rohs certified?incompatible
MakerAMD
Parts packaging codeSOIC
package instructionSOP-44
Contacts44
Reach Compliance Codeunknow
ECCN codeEAR99
Maximum access time200 ns
Other featuresCAN BE ORGANIZED AS 512K X 16; 1000K WRITE CYCLES MIN; BOTTOM BOOT BLOCK
Spare memory width8
startup blockBOTTOM
command user interfaceYES
Data pollingYES
Durability1000000 Write/Erase Cycles
JESD-30 codeR-PDSO-G44
JESD-609 codee0
memory density8388608 bi
Memory IC TypeFLASH
memory width8
Number of functions1
Number of departments/size1,2,1,15
Number of terminals44
word count1048576 words
character code1000000
Operating modeASYNCHRONOUS
Maximum operating temperature85 °C
Minimum operating temperature-40 °C
organize1MX8
Output characteristics3-STATE
Package body materialPLASTIC/EPOXY
encapsulated codeSOP
Encapsulate equivalent codeSOP44,.63
Package shapeRECTANGULAR
Package formSMALL OUTLINE
Parallel/SerialPARALLEL
power supply2.2/2.7 V
Programming voltage2.2 V
Certification statusNot Qualified
ready/busyYES
Department size16K,8K,32K,64K
Maximum standby current0.000005 A
Maximum slew rate0.03 mA
Maximum supply voltage (Vsup)2.7 V
Minimum supply voltage (Vsup)2.2 V
Nominal supply voltage (Vsup)2.5 V
surface mountYES
technologyCMOS
Temperature levelINDUSTRIAL
Terminal surfaceTin/Lead (Sn/Pb)
Terminal formGULL WING
Terminal pitch1.27 mm
Terminal locationDUAL
switch bitYES
typeNOR TYPE
ADVANCE INFORMATION
Am29LL800B
8 Megabit (1 M x 8-Bit/512 K x 16-Bit)
CMOS 2.2 Volt-only Boot Sector Flash Memory
DISTINCTIVE CHARACTERISTICS
s
Single power supply operation
— 2.2 to 2.7 volt read and write operations for
battery-powered applications
s
Manufactured on 0.35 µm process technology
— Compatible with 0.5 µm Am29LL800 device
s
High performance
— Access times as fast as 150 ns
s
Ultra low power consumption (typical values at
5 MHz)
— 75 nA Automatic Sleep mode current
— 75 nA standby mode current
— 7 mA read current
— 15 mA program/erase current
s
Flexible sector architecture
— One 16 Kbyte, two 8 Kbyte, one 32 Kbyte, and
fifteen 64 Kbyte sectors (byte mode)
— One 8 Kword, two 4 Kword, one 16 Kword, and
fifteen 32 Kword sectors (word mode)
— Supports full chip erase
— Sector Protection features:
A hardware method of locking a sector to
prevent any program or erase operations within
that sector
Sectors can be locked in-system or via
programming equipment
Temporary Sector Unprotect feature allows code
changes in previously locked sectors
s
Unlock Bypass Program Command
— Reduces overall programming time when
issuing multiple program command sequences
s
Top or bottom boot block configurations
available
s
Embedded Algorithms
— Embedded Erase algorithm automatically
preprograms and erases the entire chip or any
combination of designated sectors
— Embedded Program algorithm automatically
writes and verifies data at specified addresses
s
Minimum 1,000,000 write cycle guarantee per
sector
s
Package option
— 48-pin TSOP
— 44-pin SO
s
Compatibility with JEDEC standards
— Pinout and software compatible with single-
power supply Flash
— Superior inadvertent write protection
s
Data# Polling and toggle bits
— Provides a software method of detecting
program or erase operation completion
s
Ready/Busy# pin (RY/BY#)
— Provides a hardware method of detecting
program or erase cycle completion
s
Erase Suspend/Erase Resume
— Suspends an erase operation to read data from,
or program data to, a sector that is not being
erased, then resumes the erase operation
s
Hardware reset pin (RESET#)
— Hardware method to reset the device to reading
array data
This document contains information on a product under development at Advanced Micro Devices. The information
is intended to help you evaluate this product. AMD reserves the right to change or discontinue work on this proposed
product without notice.
Publication#
21518
Rev:
A
Amendment/+3
Issue Date:
March 1998
Refer to AMD’s Website (www.amd.com) for the latest information.
【10pm group live broadcast】Summary post (updated on October 18)
[i=s] This post was last edited by 574433742 on 2015-10-12 07:34 [/i] [align=center][/align] [align=left][size=5][color=#ff00ff][b]Review of previous content: [/b][/color][/size][/align] [align=left]1...
574433742 Integrated technical exchanges
wince automatic update application
I would like to ask the experts how to implement the following function: Platform: WinCE6.0 If there is an application myap.exe running. When I insert the SD card (there is a new version of myap.exe o...
hongfs Embedded System
How does ad630 perform half multiplication?
[p=19, null, left][size=13px]Hello, [/size][/p][p=19, null, left][size=13px]I connected it according to the datasheet, there should be no problem [/size][/p][p=19, null, left][size=13px][color=rgb(55,...
哪哒草 Analog electronics
HMC5883 compass module
[i=s] This post was last edited by Kiev Gate on 2014-11-22 12:51 [/i] Just tuned it out, including i2c communication. . Found a strange phenomenon that the compass data cache is obviously int type but...
基辅之门 Microcontroller MCU
Dear experts, I have a question about kernel transplantation.
I am using the linux kernel and ARM CPU. After I used make zImage to compile the 2.6.13 kernel file, and burned the /arch/arm/boot/zImage file into the board, an error occurred during linux decompress...
cooler1981 Embedded System
[FPGA Design Example] (7, 4) Linear Block Code Decoder
module decoder1(c,y,clk);output[6:0] c;input[6:0] y;input clk;reg[2:0] s;reg[6:0] e,c;always @(posedge clk) begin s[0] = y[0] ^ y[3] ^ y[5] ^ y[6]; s[1] = y[1] ^ y[3] ^ y[4] ^ y[5] ; s[2] = y[2] ^ y[4...
eeleader FPGA/CPLD

EEWorld
subscription
account

EEWorld
service
account

Automotive
development
circle

Robot
development
community

Index Files: 1104  1376  1397  2352  846  23  28  29  48  18 
Datasheet   0 1 2 3 4 5 6 7 8 9 A B C D E F G H I J K L M N O P Q R S T U V W X Y Z
Room 1530, 15th Floor, Building B, No. 18 Zhongguancun Street, Haidian District, Beijing Telephone: (010) 82350740 Postal Code: 100190
Copyright © 2005-2026 EEWORLD.com.cn, Inc. All rights reserved 京ICP证060456号 京ICP备10001474号-1 电信业务审批[2006]字第258号函 京公网安备 11010802033920号