This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

eeprom

hi;

i am storing data which takes 40 location (1 byte each)
i m using 24c64atmel which has page size of 32 bytes
i m facing problem in storing the last location
can u tell me how to resolve this problem? how to change the page in the sequential writing?

Parents
  • I suspect that this may well be one of those cases where the mere act of thinking about the code & writing the comments will probably reveal the problem to the OP...

    It's not difficult to see what the code does - eg, copying individual data items into an array - the question is why the OP has done that, and how he thinks that will achieve his goal of writing to the EEPROM...

    These are the questions that the comments need to answer!

Reply
  • I suspect that this may well be one of those cases where the mere act of thinking about the code & writing the comments will probably reveal the problem to the OP...

    It's not difficult to see what the code does - eg, copying individual data items into an array - the question is why the OP has done that, and how he thinks that will achieve his goal of writing to the EEPROM...

    These are the questions that the comments need to answer!

Children
No data