On Time RTOS-32 Documentation
Welcome
RTTarget-32
RTKernel-32
RTFiles-32
RTFiles-32 Programming Manual
Introduction
The FAT File System Structure
The ISO 9660 File System Structure
The exFAT File System Structure
RTFiles-32 in Embedded Applications
RTFiles-32 APIs
Configuring RTFiles-32
Demo Programs
Advanced Topics
Optimizing for Best Throughput
Optimizing for Best Data Security
Real-Time File I/O
Using RTFiles-32 with RTTarget-32
Win32 API Emulation with RTTarget-32
Using RTFiles-32 with RTKernel-32
Custom Disk Device Drivers
Custom Flash MTD Drivers
Porting RTFiles-32 to other Platforms
RTFiles-32 Reference Manual
RTIP-32
RTPEG-32
RTUSB-32
|
Using RTFiles-32 with RTKernel-32
If you intend to use RTFiles-32 with RTTarget-32 and RTKernel-32, the following issues should be considered:
- The RTFiles-32 system driver to link is Rtfsk32.lib.
- Library Rtfiles.lib or RtfilesX.lib and Rtfsk32.lib should be linked before any RTKernel-32 and RTTarget-32 libraries.
- The CPU time required for file I/O with blocking device drivers (such as the floppy and IDE drivers) is very small. However, the achievable throughput can strongly depend on the priority of the task performing the I/O operation.
- The file I/O functions of the run-time systems may not be reentrant. Thus, you should use the multithreaded run-time libraries.
Advanced Topics
Win32 API Emulation with RTTarget-32
Custom Disk Device Drivers
|