Hello!
I'm trying to partition FlexNVM.
in order to partition, I read S32k-RM and AN11983 first. and i got question.
in s32k-rm page 835.
-------------------------------------------------------------------------------------------------------------
3. FlexNVM EEPROM partition — The amount of FlexNVM memory used for
emulated EEPROM backup (see Figure 36-9). In order to achieve specified w/e cycle
endurance, the emulated EEPROM backup size must be at least 16 times the
emulated EEPROM partition size in FlexRAM. For parts other than the 2MB
configuration (with interleaved DFlash), the FlexNVM may be split according to the
Program Partition command, allowing for part EFlash and part DFlash. For example
a 64kB FlexNVM could be partitioned for 32kB emulated EEPROM and 32kB
DFlash. To maintain the full specified w/e endurance in the emulated EEPROM
system, the number of records stored in FlexRAM should be limited to maintain the
1:16 ratio of RAM to NVM. The management of total number of records is left to the
user.
-----------------------------------------------------------------------------------------------------
I think 'program partition command' includes how I split the flexNVM.
as i'm using s32k144, my EEE size can be only 4KB
(the choice is just two : 0 or 4)
"the emulated EEPROM backup size must be at least 16 times the
emulated EEPROM partition size in FlexRAM."
so that paragraph means that do i have to set the E-Flash size as 64KB???
but somewhere i read it could be 32kb or more...
I think that paragraph is telling another things..
plus

what's address mean in this table?
I think IFR is not mapped memory.
So we can't access this memory like mapped memory.
Can I access IFR through that address?
But according to memory map, that address belongs to P-Flash..
could you please help me??