I have developed a custom SW for S32K118, in which I have to store Data to NVM, for this I have used FlexRAM. When I flashed App on the MCU and run, I observe that MCU stuck at exception handler. After debugging the SW I have seen that, while FlexRAM partition is in progress its going to exception from the condition "while(0 == ((FTFC->FSTAT & FTFC_FSTAT_CCIF_MASK) >> FTFC_FSTAT_CCIF_SHIFT))" is being checked,
Note: also the watchdog is enabled before the partitioning with timeout of 32mSec and refresh is performed every 10mSec. The FlexRAM activity is performed in periodic task of 10mSec for partitioning/Reading/Writing. Also MCU reset is performed after EEP partition as per the requirement.