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
  • try sending your data in binary format - you can generate the right file based on your .axf file using the fromelf.exe application (see bin folder).
    you may need to employ some kind of IAP (in application programming) to get the job done - refer to your data sheet!

Reply
  • try sending your data in binary format - you can generate the right file based on your .axf file using the fromelf.exe application (see bin folder).
    you may need to employ some kind of IAP (in application programming) to get the job done - refer to your data sheet!

Children
No data