Skip to main content
Visitor II
September 15, 2025
Solved

24C256 EEPROM Page Write

  • September 15, 2025
  • 2 replies
  • 6462 views

Hi there !

I hope someone can help me with a confusion i had in my mind right now. I work with a EEPROM 24C256 and need a write a lot of data inside , soo i decide to use the page write solution . So from the datasheet i saw i can write 64byte in one shot.

Immagine 2025-09-15 152315.png

and here i have a doubt. if i start from the address 0x00 i know i can write until 0x3F.But if i start to write from 0x10 i can write until 0x3F right of course not 64Byte but 48Bytes is it right ? 

 

Thank you 

Sergio 

 

    This topic has been closed for replies.
    Best answer by Andrew Neil

    @SGian.1 wrote:

    i decide to use the page write solution .


    So this:

    AndrewNeil_1-1757944349013.png


    @SGian.1 wrote:

    if i start to write from 0x10 i can write until 0x3F right of course not 64Byte but 48Bytes is it right ? 


    The above seems pretty clear on what happens if you try to write beyond the end of the page?

    2 replies

    Super User
    September 15, 2025
    Super User
    September 15, 2025

    @SGian.1 wrote:

    i decide to use the page write solution .


    So this:

    AndrewNeil_1-1757944349013.png


    @SGian.1 wrote:

    if i start to write from 0x10 i can write until 0x3F right of course not 64Byte but 48Bytes is it right ? 


    The above seems pretty clear on what happens if you try to write beyond the end of the page?

    SGian.1Author
    Visitor II
    September 16, 2025

    Thank you