LPCOpen Platform  v1.03
LPCOpen Platform for NXP LPC Microcontrollers
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
DataRam.c File Reference

Detailed Description

Functions to manage the physical Dataflash media, including reading and writing of blocks of data. These functions are called by the SCSI layer when data must be stored or retrieved to/from the physical storage media. If a different media is used (such as a SD card or EEPROM), functions similar to these will need to be generated.

Definition in file DataRam.c.

#include "DataRam.h"
#include "fatutil.h"

Go to the source code of this file.

Variable Documentation

uint8_t DiskImage[DATA_RAM_PHYSICAL_SIZE]

Definition at line 55 of file DataRam.c.

int InitializedFlag = 1
static

Definition at line 49 of file DataRam.c.