对于ARM7-TDMI来说,什么是好的FAT文件系统

发布于 2024-09-04 09:51:11 字数 175 浏览 3 评论 0原文

我使用的是 ARM7TDMI-S(NXP 处理器),并且需要一个能够读取/写入 SD 卡的文件系统。有这么多可用的东西,人们使用过什么并且对什么感到满意?需要最少设置的设置是最好的 - 因此我启动它所需要做的事情越少(即将设备驱动程序写入 NXP 的硬件)越好。

我目前使用 CMX 的 RTOS 作为该项目的操作系统。

I'm using the ARM7TDMI-S (NXP processor) and I need a file system capable of reading/writing to an SD card. There are so many available, what have people used and been happy with? One that requires the least amount of setup is best - so the less I have to do to get it started (i.e. write device drivers to NXP's hardware) the better.

I am currently using CMX's RTOS as the OS for this project.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

生活了然无味 2024-09-11 09:51:11

我建议您使用 EFSLChan 的 FAT 文件系统模块。我在 MMC/SC 卡上使用过这两种卡,没有出现任何问题。它们之间的选择可能取决于许可条款和目标的预先存在的端口。 Martin Thomas 的 ARM 项目 网站提供了这两个库的示例。

I suggest that you use either EFSL or Chan's FAT File System Module. I have used both on MMC/SC cards without problems. The choice between them may come down to the license terms and pre-existing ports to your target. Martin Thomas's ARM Projects site has examples for both libraries.

老街孤人 2024-09-11 09:51:11

FAT 之所以流行,正是因为它非常简单。 FAT 的主要问题是性能(由于其简单性,速度不是很快)和有限的大小(FAT16 为 2GB,FAT32 为 2TB)

FAT is popular precisely because it's so simple. The main problems with FAT are performance (because of its simplicity, it's not very fast) and its limited size (2GB for FAT16, though 2TB for FAT32)

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文