Hi,
I've been using an SD card for data storage, however, for my application it does not need to be removed. I would like to move to a more traditional type of flash storage - such as NAND. However, I would need to implement wear leveling and error correction - the code that I've found to support that sort of thing is way overkill for my application and requires a ton of RAM.
Does anyone know of any code for a NAND flash support on the msp430 (or other lightweight processor) -- or could anyone suggest another storage technology or perhaps a dedicated IC to support wear leveling/err