S32K344 Internal RTC memory

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

S32K344 Internal RTC memory

Jump to solution
2,051 Views
ndd922478
Contributor II

Hello,

 

I am using the S32K344 microcontroller, i did explored the user manual but i didnt found any information about internal RTC memory.

Does it contains internal RTC memory or some other small memory to use like eeprom (not DFLASH)?

 

Thaks & Regards,

Namdev

Tags (1)
0 Kudos
Reply
1 Solution
2,032 Views
Robin_Shen
NXP TechSupport
NXP TechSupport

Hi Namdev,

The RTC of S32K3 does not contain internal memory.

The RTC is present in always ON domain, hence available in RUN mode as well as in STANDBY mode. Both RTC and API timers can generate interrupts as well as wakeup from low power modes.
This chip supports seamless RTC operation across functional reset with the clock sources SIRC and SXOSC.

Real Time Clock (RTC).jpg

About S32K3 Emulated EEPROM, it is recommended to download S32K3xx_Memories_Training(AN744610) from Secure Files for a more detailed introduction.
NXP provides FEE driver with the Real Time Driver (RTD) package. You can also refer to the FEE example in S32K3 RTD.

Best Regards,
Robin

View solution in original post

1 Reply
2,033 Views
Robin_Shen
NXP TechSupport
NXP TechSupport

Hi Namdev,

The RTC of S32K3 does not contain internal memory.

The RTC is present in always ON domain, hence available in RUN mode as well as in STANDBY mode. Both RTC and API timers can generate interrupts as well as wakeup from low power modes.
This chip supports seamless RTC operation across functional reset with the clock sources SIRC and SXOSC.

Real Time Clock (RTC).jpg

About S32K3 Emulated EEPROM, it is recommended to download S32K3xx_Memories_Training(AN744610) from Secure Files for a more detailed introduction.
NXP provides FEE driver with the Real Time Driver (RTD) package. You can also refer to the FEE example in S32K3 RTD.

Best Regards,
Robin