Folks
I am using MSP430 and M25P64(serial flash memory) .
I need suggestion for generic file system that I can use to implement
Thanks AK
|
Folks I am using Thanks AK
| |||||
feedback
|
Questions on Stack Overflow are expected to generally relate to programming or software development in some way, within the scope defined in the faq.
|
I've used JFFS2 on serial flash devices before. It's not ideal (it's designed for NAND flash, whereas serial flash chips tend to be NOR), but it was easy on the platform I used. | |||
|
feedback
|