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

Flash memory clarifications

Hi ,

I have some data recived in .hex format file from serial port and i need to store this data in flash permenantly and i will access this data when ever required.

Please guide me
How can i find out where the sectors are free to write permenantly?
How to write data permenantly to flash ?
How can i access it?

My LPC utility is 2138 with 512kb memory.

regards
reddy

Parents
  • Michael what i understood from your last reply is

    I need to store data in flash with known sectors and config the erase sectors without this(permenant data storage) sectors.
    for example 0-12 sectors contains app and 13-14 will be my permenant data and this should solve my permenant storage problem.

    If i am wrong please correct me

Reply
  • Michael what i understood from your last reply is

    I need to store data in flash with known sectors and config the erase sectors without this(permenant data storage) sectors.
    for example 0-12 sectors contains app and 13-14 will be my permenant data and this should solve my permenant storage problem.

    If i am wrong please correct me

Children