Hi Mark,
Unfortunately the RTC increments every second (if external an external 32.768kHz clock is used) or every 32 seconds (if the internal LPO clock is used). Not good enough. I need the time in at least multiple of tens of milliseconds.
I'm afraid I'm going to have to use TPM with external clock source (for lowest power). Unfortunately this means adding an external crystal (which I don't have right now and the PCB is already very crowded) and accepting an additional ~30uA in current consumption to keep the TPM running in VLPS.
Anyone having a better idea?
Thanks!