Search
Product Info
DataFlash 16Mbit AT45DB161D
sku: COM-00301
Description: 16 megabit DataFlash EEPROM. Need storage space? How about 2 meg? This new type of flash from Atmel opens the door to extensive datalogging. This 8-pin SOIC with SPI interface can store up to 16 megbits of data with a maximum clock frequency of 66MHz!
Features:
- 3.3V Power Supply
- 5V Tolerant I/O
- 14ms Page Record
- 250us Page Read
Resources:
- AT45DB161D DataFlash Datasheet
- SFE Eagle Library has this part!
Pricing
Comments
5 comments
Feeds
Currency
Display prices in
Feedback
If you would like to tell us more, you can fill out our form if you need some psycho-suggestive questions. Go to the form.












As a heads up there is some slight ambiguity in the datasheet for this part. To read from memory you send 22 address bits in 3 bytes (24 bits). It is not explicitly stated that remaining two bits go at the START, so you're sending:
2 dud bits
12 bit page address
10 bit byte address
=24 bits in 3 bytes
Maybe I'm the only one got confused over it =)
http://github.com/BlockoS/arduino-dataflash
My fork of the above:
http://github.com/Safety0ff/arduino-dataflash