Correct way to store permanent data on Cerb40

Hello,

I would like to ask if the correct way to store permanent initialization data for an application running on Cerb40 is the code from VQP “Cerberus InternalFlashStorage”:

http://www.tinyclr.com/codeshare/entry/557

Is there any other alternative for storing data which must survive a reset?

Many thanks

Eloy

You can use flash module:

http://www.ghielectronics.com/catalog/product/389

and Tiny File system driver:

http://www.tinyclr.com/codeshare/entry/559

Or even SD Card for large files : http://www.tinyclr.com/codeshare/entry/625