File System Component  Version 5.0
MDK-Professional Middleware for Devices with Flash File System
 All Data Structures Files Functions Variables Enumerations Enumerator Macros Groups Pages
Using NAND Flash Devices

A project using a NAND Flash storage device is set up as explained in Create an Application Using the File System. To make use of a NAND Flash drive please set File System:Drive:NAND to at least '1'. From the Drivers Component, please select an appropriate NAND (API) Flash device, depending on the actual component connected to the microcontroller. When you are finished with the configuration, click OK to apply the new RTE settings to your target. The Project window should look like the following:

nand_drive_proj_window.png
Project Window

For a proper NAND Flash drive operation, you need to set the drive characteristics in the FS_Config_NAND_n.h file. The following table shows the most important settings in that file:

Name Definition
NANDn_FAT_JOURNAL Enable the Journaling to protect the drive from data loss
NANDn_DEFAULT_DRIVEIf no other drive letter is specified, N0: is used as the default drive
Note
General System Resource Configuration requirements apply.