| |||||
Technical Support On-Line Manuals RL-ARM User's Guide | RL-FlashFSRL-Flash File System (RL-FlashFS) is a flash based file system which allows you to create, save, read and modify files stored on the flash device. Creating applications based on RL-FlashFS makes this task easier for you since the Flash file system library functions handle the low level file input and output operations. The file is a stream of data in binary, ascii or any other format, which is permanently stored in the flash device and may be retrieved at any time, if required. The files are stored in an externally attached big flash device or an SD memory device. RL-FlashFS supports huge Flash sizes where Flash ROM's typically have several 64KB pages. The RL-FlashFS library provides you with standard high level file interface functions. RL-FlashFS is a powerful file system that is both easy to use and works with all ARM® derivatives. With the Flash File System you can also write and read files from standard SD (Secure Digital) and MMC (Multi Media Card) Flash Memory Cards. They are used in SPI mode. Standard device sizes ranging from a few MBytes up to 4 GBytes are supported. Files on the Memory Card drive are stored in the standard FAT12, FAT16 or FAT32 file format. RL-FlashFS applications are written using standard C constructs and are compiled with the ARM RealView® Compiler. RL-FlashFS programs only require that you include a special header file and link the RL-FlashFS library to your program. Note
| ||||
| |||||