NorFlashCommon.h
Default mainpageat91libmemoriesnorflashNorFlashCommon.h
Description Overview
Methods Brief description
 ReadRawData Reads data from the NorFlash chip into the provided buffer.
 WriteCommand Write a command to address.
 WriteRawData Writes data to the NorFlash chip from the provided buffer.
Defines  
 NorCommon_ERROR_CANNOTERASE A erase operation cannot be carried out.
 NorCommon_ERROR_CANNOTREAD A read operation cannot be carried out.
 NorCommon_ERROR_CANNOTWRITE A write operation cannot be carried out.
 NorCommon_ERROR_NONE The function completed successfully.
 NorCommon_ERROR_PROTECT A locked operation cannot be carried out.
 NorCommon_ERROR_UNKNOWNMODEL Can not detect common flash infterface.