I am looking for the typical power consumption of the OSCULP32K (Ultra Low Power Internal 32kHz RC Oscillator) of ATSAMC20J18A. Found nothing in family datasheet so far, only XOSC32K. Can I expect the RC oscillator to draw even less current than crystal one?
Background: I'm migrating an AVR project to SAM C20. The former uses a dedicated Maxim Dallas DS1337 RTC (typical timekeeping current 425nA). So my plan for SAM C20 is
- a 32.768kHz crystal on XOSC32K
- clock the RTC from OSCULP32K when on battery
- wake up periodically, say once a minute, turn on XOSC32K (External 32 kHz Crystal Oscillator) and adjust OSCULP32K calibration.
I just need to be reasonably confident that the timekeeping power consumption is going to be about the same or better than DS1337. No precise specification to match, luckily.