Artemis RTC (real time clock) example?

Has anyone managed to do anything RTC related (using the 32kHz crystal that’s included on the development boards for RTC purposes)?

Nothing mentioned on the Core/Github page, so I’m guess nothing for Arduino yet. Maybe someone has delved into HAL or Apollo3 registers or something though?

Cheers,

Steve

Bump

I have not worked with the RTC yet. Additionally there is not an examle in the AmbiqSuite SDK that directly deals with RTC function. Possibly the best reference will be to look at the HAL header file ‘am_hal_rtc.h’ directly. If anyone else has experience with the RTC any shared knowledge would be great!