.

MEIFlashConfig

Definition

 
typedef struct MEIFlashConfig {
    long               wordSize;
    long               sectorSize;
    long               extMemSize;
    MEIFlashSection    all;
    MEIFlashSection    code;
    MEIFlashSection    codeBoot0;
MEIFlashSection codeBoot; MEIFlashSection codeMain; MEIFlashSection data; MEIFlashSection dataExt; MEIFlashSection synqNet; MEIFlashSection FPGA0; } MEIFlashConfig;

Description

The MEIFlashConfig structure contains the flash configuration parameters. This data is stored in the host's memory and is internally used by the MPI library to manage flash reads/writes. Typically, applications do not need to access the flash configurations.

WARNING:
This data structure is for MEI internal purposes only and should not be configured by a customer.

 
wordSize The size of a flash word in bytes.
sectorSize The size of a flash sector in bytes.
extMemSize The size of the controller's external memory in bytes.
all The flash section parameters for the controller's code, data, and local FPGA images.
code The flash section parameters for the controller's boot and main code.
codeBoot0 The flash section parameters for the controller's boot and main code. (ZMP)
codeBoot The flash section parameters for the controller's boot code.
codeMain The flash section parameters for the controller's main code.
data The flash section parameters for the controller's internal data memory.
dataExt The flash section parameters for the controller's external data memory.
synqNet This is for the controller's synqnet data memory.
FPGA0 The flash section parameters for the local FPGA image number 0.

See Also

MEIFlashSection | MEIFlashFileType | meiFlashConfigGet | meiFlashConfigSet

 

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