Skip to main content
Visitor II
February 26, 2019
Solved

M24M02 - read time longer than write time?

  • February 26, 2019
  • 1 reply
  • 740 views

I am working with M24M02 and I measured that it takes 50% longer to read a page than to write a page. Is this normal that read time exceeds write time? 

NOTE: This question and answer originated from a customer support case which was handled by us. We regularly review support cases and add any helpful ones here for all to benefit from.

    This topic has been closed for replies.
    Best answer by Central SUPPORT

    Please refer to table 13 (400 kHz AC characteristics) and table 14 (1 MHz AC characteristics) in M24M02 datasheet.

    The read time depends on the number of bytes read and on clock frequency fSCL. In fact, M24M01 is capable to run at 1MHz. Faster clock frequency will lead to faster data read out. 

    Ex: For read of one page (excl. initial 4 bytes instructions & address) 256 bytes read means 256 x 8 bits equals 2048 bits. At 1 MHz we have 2048 * 0.000001 sec = 0.002048 sec (i.e. approx. 2 ms).

    Write time is always the same – independent from clock frequency. In datasheet write time tw is specified at 10 ms max for consumer (7ms typical) and 5 ms max for auto (4.5 ms typical).

    1 reply

    Central SUPPORTAuthorAnswer
    Visitor II
    February 26, 2019

    Please refer to table 13 (400 kHz AC characteristics) and table 14 (1 MHz AC characteristics) in M24M02 datasheet.

    The read time depends on the number of bytes read and on clock frequency fSCL. In fact, M24M01 is capable to run at 1MHz. Faster clock frequency will lead to faster data read out. 

    Ex: For read of one page (excl. initial 4 bytes instructions & address) 256 bytes read means 256 x 8 bits equals 2048 bits. At 1 MHz we have 2048 * 0.000001 sec = 0.002048 sec (i.e. approx. 2 ms).

    Write time is always the same – independent from clock frequency. In datasheet write time tw is specified at 10 ms max for consumer (7ms typical) and 5 ms max for auto (4.5 ms typical).