Hi,@all experts :
I have an question:
Why S32K144 Flexram having data before configured as EEPROM,is those data meaningful? after I configure Flexram as EEPROM will some data damaged casing program crashed?
my project is example project flash_partitioning_s32k144 , only thing different is __heap_size__ and __stack_size__ is been set as 0x1000 respectively.
thanks experts.
sincerely , andy.
Solved! Go to Solution.
Hi,
if Emulated EEPROM is not enabled (partition command has not been executed), the content of FlexRAM is random after power on reset.
Once the EEPROM is enabled, it depends on your configuration:
If you configured '1', the data will be random too and it is necessary to use Set FlexRAM function to load EEE data. If you configured '0', the data will be loaded automatically.
If FlexRAM is used as a normal RAM, it's up to user to initialize FlexRAM as needed. It's the same like normal RAM memory. One important difference is that FlexRAM does not have ECC.
Regards,
Lukas
Hi,
if Emulated EEPROM is not enabled (partition command has not been executed), the content of FlexRAM is random after power on reset.
Once the EEPROM is enabled, it depends on your configuration:
If you configured '1', the data will be random too and it is necessary to use Set FlexRAM function to load EEE data. If you configured '0', the data will be loaded automatically.
If FlexRAM is used as a normal RAM, it's up to user to initialize FlexRAM as needed. It's the same like normal RAM memory. One important difference is that FlexRAM does not have ECC.
Regards,
Lukas