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

use internal flash as flash data backup LPC2468

Hello!

Someone knows it is possible to store ram area variables into the unused area of LPC2468 Internal Flash , like a eeprom?
Thanks

  • U can store the ram data in internal EEPROM of LPC2468.
    U go through the data sheet of LPC2468, you can find how to read/write the internal flash. Be careful that clock cycles for writing the flash is very inportant..

    So i suggest you better go through the data sheets and understand.

    All the best..