File Systems
The EUROS file system component allows file level access to block-oriented devices like hard disk, floppy disk, RAM-, Flash-, NAND-Memories, SD/MMC cards, Compact-Flash and so on. Actually the FAT12, FAT16 and FAT32 file system formats are supported, which are a kind of standard in the industry.
The file system is capable of multitasking. That means, multiple tasks can access the file system simultaneously. Access coordination and synchronisation is performed by the file system component itself, to maintain data consistency. Additionally, a FLASH file system as well as a FailSafe variant of the file system are available.

