C
int FSInit();
Description
This function initializes the file system stack & the interfacing device. Initializes the static or dynamic memory slots for holding file structures. Initializes the device with the DISKmount function. Loads MBR and boot sector information. Initializes the current working directory to the root directory for the device if directory support is enabled.
Preconditions
The physical device should be connected to the microcontroller.
Return Values
Return Values |
Description |
TRUE |
Initialization successful |
FALSE |
Initialization unsuccessful |
Side Effects
The FSerrno variable will be changed.
Remarks
None