This SMIF memory configuration structure is used to store the memory configuration for the memory mode of operation.
This data structure is stored in a fixed location in the flash. The data structure is required for the initialization of the SMIF in the SystemInit.
Data Fields | |
| uint32_t | memCount |
| The number of SMIF memory defined. | |
| cy_stc_smif_mem_config_t ** | memConfig |
| The pointer to the array of the memory configuration structures of size Memory_count. | |
| uint32_t | majorVersion |
| The version of the SMIF driver. | |
| uint32_t | minorVersion |
| The version of the SMIF Driver. | |