Hi,
I'm using S32K144 controller and I want to use FlexRAM memory for EEPROM storage.
I'm using 3 sections - Primary bootloader, secondary bootloader and firmware, so I want to partition FlexRAM memory for these 3 sections.
Eg.
In S32K144 Total 4KB memory is available for FlexRAM.
For primary bootloader - 512 Bytes
For Secondary bootloader - 512 Bytes
For Firmware - 3 KBytes
I'm using 3 projects for this configuration so I'm not getting how to configure FlexRAM in each project.
Is there any reference code available for this?