2023-09-01 12:35 AM - last edited on 2024-01-08 04:53 AM by Peter BENSCH
Dear team,
Please provide the A8 bit value of the following EEPROM M24C04-FMC6TG.
Regards,
Kaushal
Solved! Go to Solution.
2023-09-01 06:22 AM - edited 2023-09-01 06:22 AM
"A8" is the most significant bit of the address, so both 0 and 1 are valid values and they will write to different addresses. That is how the chip addresses the entire 512-byte address space, since 8 bits would only allow for addressing 256 bytes.
It's not stated very clearly in the datasheet so I can understand the confusion.
2023-09-01 06:22 AM - edited 2023-09-01 06:22 AM
"A8" is the most significant bit of the address, so both 0 and 1 are valid values and they will write to different addresses. That is how the chip addresses the entire 512-byte address space, since 8 bits would only allow for addressing 256 bytes.
It's not stated very clearly in the datasheet so I can understand the confusion.