Hi,
What Alain is trying to make you figure out is this:
The EEPROM adress "bus" is 10 bits for adressing locations between 0 and 1023. Only the two least significant bits of the high byte are actually used, look:
1356: 0000010101001100
2380: 0000100101001100
4428: 0010000101001100
7500: 0001110101001100
See the lower ten bits marked in green? Which adress are you really accessing? Yes, 332.
/Henrik.
Bookmarks