cancel
Showing results for 
Search instead for 
Did you mean: 

M24C04-F DNF5 I2C address

MMici.1
Associate II

Dear All,

can someone, please, specify the meaning of the bit 1 as 'A8' in the I2C address of the M24C04-FMH6TG?

MMici1_0-1759081896628.png

I can't find any explanation of this value.

 

Thank you

1 ACCEPTED SOLUTION

Accepted Solutions
Peter BENSCH
ST Employee

The M24C04 contains 512 (2^9) bytes, which require 9 bits for addressing. Since an address byte only has 8 bits (A0...A7), the 9th bit (A8) must also be transferred, for which bit b1 in the device select code is used.

Does it answer your question?

Regards
/Peter

In order to give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.

View solution in original post

2 REPLIES 2
Peter BENSCH
ST Employee

The M24C04 contains 512 (2^9) bytes, which require 9 bits for addressing. Since an address byte only has 8 bits (A0...A7), the 9th bit (A8) must also be transferred, for which bit b1 in the device select code is used.

Does it answer your question?

Regards
/Peter

In order to give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.
MMici.1
Associate II

Of course, thanks :D.