Skip to main content
Visitor II
December 14, 2023
Question

M24M01E-F device addressing

  • December 14, 2023
  • 2 replies
  • 821 views

Hi there,

For my project, I'm use an M24M01E-F I2C EPPROM. I found Four addresses (0x50, 0x51, 0x58, 0x59) with the below mentioned hardware connection were found when scanning the address for this IC. What changes are necessary to set up the I2C EEPROM device?

Note: I used 10k pull up for the I2C lines.

H/W interface:

EEPROM.png

    This topic has been closed for replies.

    2 replies

    Visitor II
    August 12, 2025

    Hi Yuvashree,
    I saw that you had a similar issue with the M24M01E-F EEPROM. Were you able to resolve it? I’m facing the same problem and would appreciate it if you could share the solution you found.

    YuvashreeAuthor
    Visitor II
    August 12, 2025

    Hi Sanjivkumar,

               Yes, I was able to get it working. I used the M24M01E-F EEPROM with 10k pull-up resistors on the I2C lines.

    For communication:

    • I used 0x50 as the I2C address for writing data

    • And 0x51 for reading data

    This worked fine in my setup.