The function I want to achieve.
Store the data in eeprom and not lose the data when re-downloading the program using PE.
I have made the following attempts.
1.I referenced this example Example: S32K144 EEEPROM usage - NXP Community
,But it didn't work.Here is my configuration:



Then I changed the Preserve this range from 14000000 To 14000fff to 10000000 To 1000ffff. But it didn't work either

2. When I replaced the PE downloader with J-LINK, the data inside the EEPROM is not erased after J-LINK downloads the program. So I think if my PE downloader is not configured properly, but I didn't find the problem. If anyone knows, please let me know.
Thank you very much!