MEIFlashFiles

MEIFlashFiles

 

typedef struct MEIFlashFiles {
    char binFile[MEIFlashFileMaxChars];
    char FPGAFile[MEIXmpFlashMaxFPGAFiles][MEIFlashFileMaxChars];
} MEIFlashFiles;
Description

FlashFiles is a configuration structure that specifies what files should be copied to the flash memory of the controller.

  binFile A string buffer that holds the filename of the .bin file to be flashed.
  FPGAFile An array of string buffers that holds the filenames of the FPGA files to be flashed.
See Also MEIFlash