hi,
I am using 24LC640 EEPROM (SPI). I want the memory organization mapping of this device. I cant find it from the data sheet. I want the starting and ending addresses. Pls anyone tell me with example.
thanks in advance
jeya
Printable View
hi,
I am using 24LC640 EEPROM (SPI). I want the memory organization mapping of this device. I cant find it from the data sheet. I want the starting and ending addresses. Pls anyone tell me with example.
thanks in advance
jeya
it sure start @ 0, and Section 3.2 state
now, if we use the calc.. it's a 64K device, (64K/8Bits)*1024 = 8192 memory allocation range, so 0 to 8191, 8191= 1FFFhQuote:
Originally Posted by Section 3.2
<hr>
for the code, you'll need to use Shiftin/Shiftout. do a search within the forum for 93C06, 93c45, SPI* maybe you'll find something to begin. Also have a look at the following from Melabs.
http://melabs.com/resources/samples/x1/pbp/spix.bas
All device command are shown in the datasheet, sure you can do it.