Hello, I use the controller mc1322 and want to keep my data in its flash memory.Can this be done in this controller?
Maybe someone want to do that?
Thanks.
Yes.
If what you're doing is simple, just use the BeeKit and ensure that NV support is enabled. You can then modify the source to tinclude your own data in the NVM structure.
If you need anything more complicated, I suggest a flash file system. Unfortunately Freescale has yet to write one, so you're on your own. I am writing one right now, but I have no idea when it will be done.