Hi@Ojav
The memory used for E-Flash is not directly accessible to the user and can only be accessed through FlexRAM.
1.yes, the max eeprom size is only 4kb for S32K14x
2.yes, users can only access E-Flash data through FlexRAM, when the data in FlexRAM changes, the state mechine will automatically synchronize to E-Flash.
3.yes, use "ret = FLASH_DRV_EEEWrite(&flashSSDConfig, address, eeprom_data->dataSize, data)" to update E-Flash data.
4.data can only be read and write from the FlexRAM, which is 0x1400000.