FAT File System
We are currently under development of a FAT file system for the Embedded SDK. The FAT file system is planned to
provide the following features.
Key Features
-
High Performance
Provide the ability to read/write multiple blocks at a time to fully utilize the
underlying DMA/interrupt transfers to the physical storage device.
-
Volume Management
Multiple partition support.
-
Configurable Foot Print
Ability to adjust code foot print and RAM usage depending upon performance requirements.
Need It Now?
For the interim until our FAT file system is available, we'd recommend using FatFs by ELM. It
can be easily adapted to use our existing disk drivers.