*******************************************************************************
The purpose of this demo application is to present a usage of the FEE MCAL Driver for the S32K3xx MCU.
This example read & write 4 byte FEE BLock.
I have renamed the FEE block using a MACRO as FOUR_BYTE_EEPROM_FEE_VARIABLE.
The example uses MEM_InFls driver to write 128 bytes to FLASH memory address 0x52_0000 .
------------------------------------------------------------------------------
* Test HW: S32K3X2EVB-Q172
* MCU: S32K312
* Compiler: S32DS3.5
* SDK release: RTD 3.0.0
* Debugger: PE micro
* Target: internal_FLASH
********************************************************************************
Pe Micro use to delete the Dataflash, on every new FLashing of firmware, which corrupts the EEPROM data.
After making this changes in debug configuration it worked..