.

MEIFlashFileType

Definition

 
typedef enum {
    MEIFlashFileTypeNONE = 0,
    MEIFlashFileTypeCode,
    MEIFlashFileTypeDataInt,
    MEIFlashFileTypeDataExt,
    MEIFlashFileTypeSynqNet,
    MEIFlashFileTypeCodeAndData,
    MEIFlashFileTypeFPGA0,
    MEIFlashFileTypeALL    /* Loads Code and all FPGAs 
                              (for .bin files that include 
                              the FPGA images) */
} MEIFlashFileType;

Description

MEIFlashFileType is an enumeration of file types. Each file type contains code or data for the controller's flash memory. This enumeration is used to specify what code/data is to be copied to flash memory with meiFlashMemoryFromFileType(...) or copied from flash memory with meiFlashMemoryToFile(...).

 
MEIFlashFileTypeCode Controller processor code only.
MEIFlashFileTypeDataInt Controller internal data only.
MEIFlashFileTypeDataExt Controller external data only.
MEIFlashFileTypeSynqNet Used for flashing the synqNet page of flash.
MEIFlashFileTypeCodeAndData Controller processor code and data.
MEIFlashFileTypeFPGA0 Local FPGA image number 0.
MEIFlashFileTypeALL All code, data, and FPGA images.

See Also

meiFlashMemoryFromFileType | meiFlashMemoryToFile | meiFlashMemoryVerify

 

       Legal Notice  |  Tech Email  |  Feedback
      
Copyright ©
2001-2021 Motion Engineering