Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 8 Current »

To use the IDE/CF driver, five files, in addition to the generic file system files, must be included in the build:

  • fs_dev_ide.c
  • fs_dev_ide.h
  • fs_dev_ide_bsp.c (located in the user application or BSP).

The file fs_dev_ide.h must also be #included in any application or header files that directly reference the driver (for example, by registering the device driver). The following directories must be on the project include path:

  • \Micrium\Software\uC-FS\Drivers\IDE

A single IDE/CF volume is opened as shown in . The file system initialization (FS_Init()) function must have been previously called.

ROM/RAM characteristics and performance benchmarks of the IDE driver can be found in Driver Characterization.

 

If the IDE initialization succeeds, the file system will produce the trace output as shown in  (if a sufficiently high trace level is configured). See Trace Configuration about configuring the trace level.

  • No labels