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

Writing to Internal Flash

Hi,

I am using LPC2478(ARM7) for my Application. I have to store my data in Internal flash in run time. I am trying this functionality by using IAP.

Is it a right approach?
Is there any other way of writing to Internal Flash.
when I want to use IAP I have to disable my Interrupts. This is degrading the system functionality

Please suggest me a solution. Thanks in Advance

Thanks & Regards,
E.SundarRajan
+91-8904468284

Parents
  • Just make sure you don't get issues with the supported number of flash sector rewrites. Storing configuration in the flash should normally work well, but storing log data or similar may result in too many writes for a full product life cycle.

Reply
  • Just make sure you don't get issues with the supported number of flash sector rewrites. Storing configuration in the flash should normally work well, but storing log data or similar may result in too many writes for a full product life cycle.

Children