您可以为嵌入式系统推荐什么免费的最小闪存文件系统?
我在板上安装了 DSP tms320vc5509a 和 NOR flash AT26DF321,我将在闪存上存储命名数据.我不需要目录层次结构、磨损均衡(我希望系统很少写入闪存),但强烈需要 CRC.谢谢
I've got DSP tms320vc5509a and NOR flash AT26DF321 on the board and I'm going to store named data on the flash. I don't need directory hierarchy, wear leveling (I hope system will write to flash very few times), but CRC is strongly needed. Thank you
推荐答案
你可以看看 ELM-Petit FAT 文件系统模块 用于实现良好的小型文件系统.不确定它是否具有 CRC,但您可以将其添加到低级硬件驱动程序中.
You could look at the ELM-Petit FAT File System Module for an good small file system implementation. Not sure that it has CRC but you can add that to your low-level hardware drivers.
相关文章