*******************************************************************************
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.
------------------------------------------------------------------------------
* Test HW: S32K3X2EVB-Q172
* MCU: S32K312
* Compiler: S32DS3.5
* SDK release: RTD 3.0.0
* Debugger: PE micro
* Target: internal_FLASH
********************************************************************************
Driver configuration :--
Three FEE blocks are created.
Each FEE block can be considered as EEPROM variables
How customer can use FEE block as EEPROM variable.
Max size of FEE block :--
You can declare a MACRO for the Variable of EEPROM :--
FOUR_BYTE_EEPROM_FEE_VARIABLE
How to Read and write the FEE variables :--
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..