Tagged Questions
4
votes
3answers
791 views
What is a good filesystem for embedded NAND drives?
I am working on an embedded application that uses NAND flash for storage.
As it looks now, we won't use Linux or any other RTOS. The application must handle unexpected power downs.
We have been ...
1
vote
3answers
263 views
NAND RAW access
I'm working with a C++ application in an embedded systems running Linux. This device receives messages (small chunk of few bytes) and need to be stored in a non volatile memory in case of power ...
0
votes
1answer
76 views
Suggestion over a simple FAT16/FAT32 read/write implementation [closed]
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