Part Number: MSP430FR5994
I am running the RTC in counter mode and use the SVSH reset to save RTCCNT12 and RTCCNT34 to information FRAM. I am using 0x0E in SYSRSTIV to detect SVSH.
My current results are:
- with the supercap out of circuit the supply collapses too fast for my code to detect SVSH as expected
- with the supercap in circuit the code reliably detects and completes the SVSH routine but both counters report 0 each time
I have not started testing the lpm3.5 mode yet.
Questions:
Is it documented anywhere that the RTC counters will return zero once SVSH is triggered?
I expected the counters to return actual counts so that it can be reloaded when the supply recovers. Is this a known hardware bug?
