Hello NXP Team,
I have previously developed RTC functionality on the S32K314, and after sleep wake-up it can continue counting time normally.
Now I am porting the project to the S32K328. However, while porting the RTC function, I encountered an issue:
After wake-up, the date (year/month/day) is reset to the default value 1970/1/1. In addition, the time (hours/minutes/seconds) does not preserve the originally configured value, but instead reflects only the elapsed time counted from the RTC start point.
For example, I initialize the RTC to 2026/05/08 05:06:07. After 1 minute of operation, when the MCU wakes up and I read back the RTC time, the date has reverted to 1970/01/01, and the time shows 00:01:00 instead of the expected 05:07:07.
This issue did not occur on the S32K314. What could be the possible causes of this problem?
Thank you.

