本文介绍了您可以为嵌入式系统建议什么免费的最小的Flash文件系统?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
我已经在板上有DSP tms320vc5509a和NOR flash AT26DF321,我将在闪存上存储命名数据。我不需要目录层次结构,磨损平整(我希望系统将写入闪存几次),但CRC是非常需要的。谢谢
解决方案
你可以看看,以实现良好的小型文件系统实现。不确定它有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
解决方案
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.
这篇关于您可以为嵌入式系统建议什么免费的最小的Flash文件系统?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!