I am using an Xmega256A3BU in an application. I have an external 32.768KHz crystal and battery backup installed. This chip has the battery backup functions and a 32-bit RTC module. I have the RTC32 working; i.e. I can read the RTC32 CNT register and verify that it updates once/second and that it continues to count when the main power is off.
I want to use RTC32 as the RTCsource for AVRco's RTclock driver. Is this possible? Doing this would enable me to use the date and time functions provided by RTclock and have the clock keep running during power down.
I want to use RTC32 as the RTCsource for AVRco's RTclock driver. Is this possible? Doing this would enable me to use the date and time functions provided by RTclock and have the clock keep running during power down.