5秒后页面跳转
25AA160A PDF预览

25AA160A

更新时间: 2024-01-03 12:58:10
品牌 Logo 应用领域
美国微芯 - MICROCHIP 可编程只读存储器电动程控只读存储器电可擦编程只读存储器
页数 文件大小 规格书
24页 503K
描述
16K SPI Bus Serial EEPROM

25AA160A 技术参数

是否无铅: 不含铅是否Rohs认证: 符合
生命周期:Not Recommended零件包装代码:SOIC
包装说明:SOP,针数:8
Reach Compliance Code:compliantECCN代码:EAR99
HTS代码:8542.32.00.51风险等级:5.21
其他特性:DATA RETENTION > 200 YEARS; 4KV ESD PROTECTION; 1M ENDURANCE CYCLES最大时钟频率 (fCLK):1 MHz
数据保留时间-最小值:200耐久性:1000000 Write/Erase Cycles
JESD-30 代码:R-PDSO-G8JESD-609代码:e3
长度:4.9 mm内存密度:16384 bit
内存集成电路类型:EEPROM内存宽度:8
湿度敏感等级:1功能数量:1
端子数量:8字数:2048 words
字数代码:2000工作模式:SYNCHRONOUS
最高工作温度:85 °C最低工作温度:-40 °C
组织:2KX8封装主体材料:PLASTIC/EPOXY
封装代码:SOP封装形状:RECTANGULAR
封装形式:SMALL OUTLINE并行/串行:SERIAL
峰值回流温度(摄氏度):260认证状态:Not Qualified
座面最大高度:1.75 mm串行总线类型:SPI
最大供电电压 (Vsup):5.5 V最小供电电压 (Vsup):1.8 V
标称供电电压 (Vsup):2.5 V表面贴装:YES
技术:CMOS温度等级:INDUSTRIAL
端子面层:Matte Tin (Sn)端子形式:GULL WING
端子节距:1.27 mm端子位置:DUAL
处于峰值回流温度下的最长时间:40宽度:3.91 mm
最长写入周期时间 (tWC):5 msBase Number Matches:1

25AA160A 数据手册

 浏览型号25AA160A的Datasheet PDF文件第3页浏览型号25AA160A的Datasheet PDF文件第4页浏览型号25AA160A的Datasheet PDF文件第5页浏览型号25AA160A的Datasheet PDF文件第7页浏览型号25AA160A的Datasheet PDF文件第8页浏览型号25AA160A的Datasheet PDF文件第9页 
25XX160A/B  
2.3  
Write Sequence  
2.0  
FUNCTIONAL DESCRIPTION  
Principles of Operation  
Prior to any attempt to write data to the 25XX160A/B,  
the write enable latch must be set by issuing the WREN  
instruction (Figure 2-4). This is done by setting CS low  
and then clocking out the proper instruction into the  
25XX160A/B. After all eight bits of the instruction are  
transmitted, the CS must be brought high to set the  
write enable latch. If the write operation is initiated  
immediately after the WREN instruction without CS  
being brought high, the data will not be written to the  
array because the write enable latch will not have been  
properly set.  
2.1  
The 25XX160A/B are 2048 byte Serial EEPROMs  
designed to interface directly with the Serial Peripheral  
Interface (SPI) port of many of today’s popular  
microcontroller  
families,  
including  
Microchip’s  
®
PICmicro microcontrollers. It may also interface with  
microcontrollers that do not have a built-in SPI port by  
using discrete I/O lines programmed properly with the  
software.  
The 25XX160A/B contains an 8-bit instruction register.  
The device is accessed via the SI pin, with data being  
clocked in on the rising edge of SCK. The CS pin must  
be low and the HOLD pin must be high for the entire  
operation.  
Once the write enable latch is set, the user may  
proceed by setting the CS low, issuing a WRITE  
instruction, followed by the 16-bit address, with the five  
MSBs of the address being don’t care bits, and then the  
data to be written. Up to 16 bytes (25XX160A) or 32  
bytes (25XX160B) of data can be sent to the device  
before a write cycle is necessary. The only restriction is  
that all of the bytes must reside in the same page.  
Table 2-1 contains a list of the possible instruction  
bytes and format for device operation. All instructions,  
addresses, and data are transferred MSB first, LSB  
last.  
Note:  
Page write operations are limited to writing  
bytes within a single physical page,  
regardless of the number of bytes  
actually being written. Physical page  
boundaries start at addresses that are  
integer multiples of the page buffer size (or  
‘page size’) and, end at addresses that are  
integer multiples of page size - 1. If a Page  
Write command attempts to write across a  
physical page boundary, the result is that  
the data wraps around to the beginning of  
the current page (overwriting data  
previously stored there), instead of being  
written to the next page as might be  
expected. It is therefore necessary for the  
application software to prevent page write  
operations that would attempt to cross a  
page boundary.  
Data (SI) is sampled on the first rising edge of SCK  
after CS goes low. If the clock line is shared with other  
peripheral devices on the SPI bus, the user can assert  
the HOLD input and place the 25XX160A/B in ‘HOLD’  
mode. After releasing the HOLD pin, operation will  
resume from the point when the HOLD was asserted.  
2.2  
Read Sequence  
The device is selected by pulling CS low. The 8-bit read  
instruction is transmitted to the 25XX160A/B followed  
by the 16-bit address, with the five MSBs of the  
address being don’t care bits. After the correct read  
instruction and address are sent, the data stored in the  
memory at the selected address is shifted out on the  
SO pin. The data stored in the memory at the next  
address can be read sequentially by continuing to  
provide clock pulses. The internal address pointer is  
automatically incremented to the next higher address  
after each byte of data is shifted out. When the highest  
address is reached (07FFh), the address counter rolls  
over to address 0000h allowing the read cycle to be  
continued indefinitely. The read operation is terminated  
by raising the CS pin (Figure 2-1).  
For the data to be actually written to the array, the CS  
must be brought high after the Least Significant bit (D0)  
th  
of the n data byte has been clocked in. If CS is  
brought high at any other time, the write operation will  
not be completed. Refer to Figure 2-2 and Figure 2-3  
for more detailed illustrations on the byte write  
sequence and the page write sequence respectively.  
While the write is in progress, the Status Register may  
be read to check the status of the WPEN, WIP, WEL,  
BP1 and BP0 bits (Figure 2-6). A read attempt of a  
memory array location will not be possible during a  
write cycle. When the write cycle is completed, the  
write enable latch is reset.  
DS21807B-page 6  
2003 Microchip Technology Inc.  

与25AA160A相关器件

型号 品牌 描述 获取价格 数据表
25AA160A/B/ MICROCHIP 25AA160A/B/ 25LC160A/B Device

获取价格

25AA160A-E/MS MICROCHIP 16K SPI Bus Serial EEPROM

获取价格

25AA160A-E/MSG MICROCHIP 16K SPI Bus Serial EEPROM

获取价格

25AA160A-E/P MICROCHIP 16K SPI Bus Serial EEPROM

获取价格

25AA160A-E/PG MICROCHIP 16K SPI Bus Serial EEPROM

获取价格

25AA160A-E/SN MICROCHIP 16K SPI Bus Serial EEPROM

获取价格