AT45DB041A
4
The CS
pin must remain low during the loading of the
opcode, the address bits, the dont care bits, and the read-
ing of data. When the end of a page in main memory is
reached during a Continuous Array Read, the device will
continue reading at the beginning of the next page with no
delays incurred during the page boundary crossover (the
crossover from the end of one page to the beginning of the
next page). When the last bit in the main memory array has
been read, the device will continue reading back at the
beginning of the first page of memory. As with crossing
over page boundaries, no delays will be incurred when
wrapping around from the end of the array to the beginning
of the array.
A low-to-high transition on the CS
pin will terminate the
read operation and tri-state the SO pin. The maximum SCK
frequency allowable for the Continuous Array Read is
defined by the f
CAR
specification. The Continuous Array
Read bypasses both data buffers and leaves the contents
of the buffers unchanged.
BURST ARRAY READ: The Burst Array Read operation
functions almost identically to the Continuous Array Read
operation but allows much higher read throughputs by uti-
lizing faster clock frequencies. The Burst Array Read
command allows the device to burst an entire page of data
out at the maximum SCK frequency defined by the f
BAR
parameter. Differences between the Burst Array Read and
Continuous Array Read operations are limited to timing
only. The opcodes utilized and the opcode and addressing
sequence for the Burst Array Read are identical to the Con-
tinuous Array Read. The opcode of 68H or E8H must be
clocked into the device followed by the 24 address bits and
32 dont care bits. Following the 32 dont care bits, addi-
tional clock pulses on the SCK pin will result in serial data
being output on the SO (serial output) pin.
As with the Continuous Array Read, the CS
pin must
remain low during the loading of the opcode, the address
bits, the dont care bits, and the reading of data. During a
Burst Array Read, when the end of a page in main memory
is reached (the last bit of the page has been clocked out),
the system must delay the next SCK pulse by a minimum
time of t
BRBD
. This delay is necessary to allow the device
enough time to cross over the burst read boundary, which
is defined as the end of one page in memory to the begin-
ning of the next page. When the last bit in the main memory
array has been read, the device will continue reading back
at the beginning of the first page of memory. The transition
from the last bit of the array back to the beginning of the
array is also considered a burst read boundary. Therefore,
the system must delay the SCK pulse that will be used to
read the first bit of the memory array by a minimum time of
t
BRBD
.
A low-to-high transition on the CS pin will terminate the
read operation and tri-state the SO pin. The maximum SCK
frequency allowable for the Burst Array Read is defined by
the f
BAR
specification. The Burst Array Read bypasses both
data buffers and leaves the contents of the buffers
unchanged.
MAIN MEMORY PAGE READ: A Main Memory Page
Read allows the user to read data directly from any one of
the 2048 pages in the main memory, bypassing both of the
data buffers and leaving the contents of the buffers
unchanged. To start a page read, an opcode of 52H or D2H
must be clocked into the device followed by 24 address bits
and 32 dont care bits. The first four bits of the 24-bit
address sequence are reserved bits, the next 11 address
bits (PA10-PA0) specify the page address, and the next
nine address bits (BA8-BA0) specify the starting byte
address within the page. The 32 dont care bits which fol-
low the 24 address bits are sent to initialize the read
operation. Following the 32 dont care bits, additional
pulses on SCK result in serial data being output on the SO
(serial output) pin. The CS
pin must remain low during the
loading of the opcode, the address bits, the dont care bits,
and the reading of data. When the end of a page in main
memory is reached during a Main Memory Page Read, the
device will continue reading at the beginning of the same
page. A low-to-high transition on the CS
pin will terminate
the read operation and tri-state the SO pin.
BUFFER READ: Data can be read from either one of the
two buffers, using different opcodes to specify which buffer
to read from. An opcode of 54H or D4H is used to read data
from buffer 1, and an opcode of 56H or D6H is used to read
data from buffer 2. To perform a Buffer Read, the eight bits
of the opcode must be followed by 15 dont care bits, nine
address bits, and eight dont care bits. Since the buffer size
is 264-bytes, nine address bits (BFA8-BFA0) are required
to specify the first byte of data to be read from the buffer.
The CS
pin must remain low during the loading of the
opcode, the address bits, the dont care bits, and the read-
ing of data. When the end of a buffer is reached, the device
will continue reading back at the beginning of the buffer. A
low-to-high transition on the CS
pin will terminate the read
operation and tri-state the SO pin.
STATUS REGISTER READ: The status register can be
used to determine the devices Ready/Busy status, the
result of a Main Memory Page to Buffer Compare opera-
tion, or the device density. To read the status register, an
opcode of 57H or D7H must be loaded into the device.
After the last bit of the opcode is shifted in, the eight bits of
the status register, starting with the MSB (bit 7), will be
shifted out on the SO pin during the next eight clock cycles.
The five most-significant bits of the status register will con-
tain device information, while the remaining three least-
significant bits are reserved for future use and will have
undefined values. After bit 0 of the status register has been
shifted out, the sequence will repeat itself (as long as CS
remains low and SCK is being toggled) starting again with
bit 7. The data in the status register is constantly updated,
so each repeating sequence will output new data.
AT45DB041A
5
Ready/Busy status is indicated using bit 7 of the status reg-
ister. If bit 7 is a 1, then the device is not busy and is ready
to accept the next command. If bit 7 is a 0, then the device
is in a busy state. The user can continuously poll bit 7 of the
status register by stopping SCK once bit 7 has been output.
The status of bit 7 will continue to be output on the SO pin,
and once the device is no longer busy, the state of SO will
change from 0 to 1. There are eight operations which can
cause the device to be in a busy state: Main Memory Page
to Buffer Transfer, Main Memory Page to Buffer Compare,
Buffer to Main Memory Page Program with Built-in Erase,
Buffer to Main Memory Page Program without Built-in
Erase, Page Erase, Block Erase, Main Memory Page Pro-
gram, and Auto Page Rewrite.
The result of the most recent Main Memory Page to Buffer
Compare operation is indicated using bit 6 of the status
register. If bit 6 is a 0, then the data in the main memory
page matches the data in the buffer. If bit 6 is a 1, then at
least one bit of the data in the main memory page does not
match the data in the buffer.
The device density is indicated using bits 5, 4, and 3 of the
status register. For the AT45DB041A, the three bits are 0,
1, and 1. The decimal value of these three binary bits does
not equate to the device density; the three bits represent a
combinational code relating to differing densities of Serial
DataFlash devices, allowing a total of eight different density
configurations.
Program and Erase Commands
BUFFER WRITE: Data can be shifted in from the SI pin
into either buffer 1 or buffer 2. To load data into either
buffer, an 8-bit opcode, 84H for buffer 1 or 87H for buffer 2,
must be followed by 15 dont care bits and nine address
bits (BFA8-BFA0). The nine address bits specify the first
byte in the buffer to be written. The data is entered follow-
ing the address bits. If the end of the data buffer is reached,
the device will wrap around back to the beginning of the
buffer. Data will continue to be loaded into the buffer until a
low-to-high transition is detected on the CS
pin.
BUFFER TO MAIN MEMORY PAGE PROGRAM WITH
BUILT-IN ERASE: Data written into either buffer 1 or buffer
2 can be programmed into the main memory. To start the
operation, an 8-bit opcode, 83H for buffer 1 or 86H for
buffer 2, must be followed by the four reserved bits, 11
address bits (PA10-PA0) that specify the page in the main
memory to be written, and nine additional dont care bits.
When a low-to-high transition occurs on the CS
pin, the
part will first erase the selected page in main memory to all
1s and then program the data stored in the buffer into the
specified page in the main memory. Both the erase and the
programming of the page are internally self-timed and
should take place in a maximum time of t
EP
. During this
time, the status register will indicate that the part is busy.
BUFFER TO MAIN MEMORY PAGE PROGRAM WITH-
OUT BUILT-IN ERASE: A previously erased page within
main memory can be programmed with the contents of
either buffer 1 or buffer 2. To start the operation, an 8-bit
opcode, 88H for buffer 1 or 89H for buffer 2, must be
followed by the four reserved bits, 11 address bits (PA10-
PA0) that specify the page in the main memory to be writ-
ten, and nine additional dont care bits. When a low-to-high
transition occurs on the CS
pin, the part will program the
data stored in the buffer into the specified page in the main
memory. It is necessary that the page in main memory that
is being programmed has been previously erased. The pro-
gramming of the page is internally self-timed and should
take place in a maximum time of t
P
. During this time, the
status register will indicate that the part is busy.
PAGE ERASE: The optional Page Erase command can be
used to individually erase any page in the main memory
array allowing the Buffer to Main Memory Page Program
without Built-in Erase command to be utilized at a later
time. To perform a Page Erase, an opcode of 81H must be
loaded into the device, followed by four reserved bits,
11 address bits (PA10-PA0), and nine dont care bits. The
nine address bits are used to specify which page of the
memory array is to be erased. When a low-to-high transi-
tion occurs on the CS
pin, the part will erase the selected
page to 1s. The erase operation is internally self-timed and
should take place in a maximum time of t
PE
. During this
time, the status register will indicate that the part is busy.
BLOCK ERASE: A block of eight pages can be erased at
one time allowing the Buffer to Main Memory Page Pro-
gram without Built-in Erase command to be utilized to
reduce programming times when writing large amounts of
data to the device. To perform a Block Erase, an opcode of
50H must be loaded into the device, followed by four
reserved bits, eight address bits (PA10-PA3), and 12 dont
care bits. The eight address bits are used to specify which
block of eight pages is to be erased. When a low-to-high
transition occurs on the CS
pin, the part will erase the
selected block of eight pages to 1s. The erase operation is
internally self-timed and should take place in a maximum
time of t
BE
. During this time, the status register will indicate
that the part is busy.
Status Register Format
Bit 7 Bit 6 Bit 5 Bit 4 Bit 3 Bit 2 Bit 1 Bit 0
RDY/BUSY COMP011XXX
AT45DB041A
6
MAIN MEMORY PAGE PROGRAM THROUGH BUFFER:
This operation is a combination of the Buffer Write and
Buffer to Main Memory Page Program with Built-in Erase
operations. Data is first shifted into buffer 1 or buffer 2 from
the SI pin and then programmed into a specified page in
the main memory. To initiate the operation, an 8-bit
opcode, 82H for buffer 1 or 85H for buffer 2, must be fol-
lowed by the four reserved bits and 20 address bits. The 11
most significant address bits (PA10-PA0) select the page in
the main memory where data is to be written, and the next
nine address bits (BFA8-BFA0) select the first byte in the
buffer to be written. After all address bits are shifted in, the
part will take data from the SI pin and store it in one of the
data buffers. If the end of the buffer is reached, the device
will wrap around back to the beginning of the buffer. When
there is a low-to-high transition on the CS
pin, the part will
first erase the selected page in main memory to all 1s and
then program the data stored in the buffer into the specified
page in the main memory. Both the erase and the program-
ming of the page are internally self-timed and should take
place in a maximum of time t
EP
. During this time, the status
register will indicate that the part is busy.
Additional Commands
MAIN MEMORY PAGE TO BUFFER TRANSFER: A page
of data can be transferred from the main memory to either
buffer 1 or buffer 2. To start the operation, an 8-bit opcode,
53H for buffer 1 and 55H for buffer 2, must be followed by
the four reserved bits, 11 address bits (PA10-PA0) which
specify the page in main memory that is to be transferred,
and nine dont care bits. The CS
pin must be low while tog-
gling the SCK pin to load the opcode, the address bits, and
the dont care bits from the SI pin. The transfer of the page
of data from the main memory to the buffer will begin when
the CS
pin transitions from a low to a high state. During the
transfer of a page of data (t
XFR
), the status register can be
read to determine whether the transfer has been completed
or not.
MAIN MEMORY PAGE TO BUFFER COMPARE: A page
of data in main memory can be compared to the data in
buffer 1 or buffer 2. To initiate the operation, an 8-bit
opcode, 60H for buffer 1 and 61H for buffer 2, must be fol-
lowed by 24 address bits consisting of the four reserved
bits, 11 address bits (PA10-PA0) which specify the page in
the main memory that is to be compared to the buffer, and
nine dont care bits. The CS
pin must be low while toggling
the SCK pin to load the opcode, the address bits, and the
dont care bits from the SI pin. On the low-to-high transition
of the CS
pin, the 264 bytes in the selected main memory
page will be compared with the 264 bytes in buffer 1 or
buffer 2. During this time (t
XFR
), the status register will indi-
cate that the part is busy. On completion of the compare
operation, bit 6 of the status register is updated with the
result of the compare.
AUTO PAGE REWRITE: This mode is only needed if multi-
ple bytes within a page or multiple pages of data are
modified in a random fashion. This mode is a combination
of two operations: Main Memory Page to Buffer Transfer
and Buffer to Main Memory Page Program with Built-in
Erase. A page of data is first transferred from the main
memory to buffer 1 or buffer 2, and then the same data
(from buffer 1 or buffer 2) is programmed back into its
original page of main memory. To start the rewrite opera-
tion, an 8-bit opcode, 58H for buffer 1 or 59H for buffer 2,
must be followed by the four reserved bits, 11 address bits
(PA10-PA0) that specify the page in main memory to be
rewritten, and nine additional dont care bits. When a low-
to-high transition occurs on the CS
pin, the part will first
transfer data from the page in main memory to a buffer and
then program the data from the buffer back into same page
Block Erase Addressing
PA10 PA9 PA8 PA7 PA6 PA5 PA4 PA3 PA2 PA1 PA0 Block
0 0000000XXX 0
0 0000001XXX 1
0 0000010XXX 2
0 0000011XXX 3
1 1111100XXX252
1 1111101XXX253
1 1111110XXX254
1 1111111XXX255

AT45DB041A-RC-2.5

Mfr. #:
Manufacturer:
Description:
IC FLASH 4M SPI 10MHZ 28SOIC
Lifecycle:
New from this manufacturer.
Delivery:
DHL FedEx Ups TNT EMS
Payment:
T/T Paypal Visa MoneyGram Western Union