MCF5223 - Writing data into flash

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

MCF5223 - Writing data into flash

1,593 Views
ariaveta
Contributor I
Hello,

I need to store some parameters into flash memory of a MCF5223 microcontroller. I need to preserve their values after a cold reboot. Is there any example code for this purpose (ie for saving data into flash and reading after a reboot)? Where could I find documentation about this issue?

Thanks,
Marco

--
Alban Edit: added part name in subject line

Message Edited by Alban on 2007-04-26 03:50 PM

Labels (1)
0 Kudos
1 Reply

280 Views
mjbcswitzerland
Specialist V
Hi Marco

Take a look at the following document:
 http://www.utasker.com/docs/uTasker/uTaskerFileSystem.PDF

From page 9 the uTasker parameter system is described. This does all such work, including the possibility to temporarily validate a new set of parameters and return an old set if required. There is a practical example of its use and all code for it is available in the uTasker project, which is free for non-commercial use.

Regards

Mark

www.uTasker.com

0 Kudos