Hello,
We are using MSP430FR2422 as an RTC. We have configured LPM 3.5 with wakeup source as RTC overflow. We check the source of wakeup by reading the SYSRSTIV location which returns the value 0x08(i.e wake up from LPM3.5).
We have one controller where whenever there is a an RTC overflow, 0x04 is being set along with 0x08 in SYSRSTIV register. While reading the register for the first time 0x04 is being read, and next time 0x08 is read.
We have checked whether 0x04 is set continuously, but it is only being set during an RTC overflow.
We have configured the RST/NMI pin as NMI and also pulled up the RST/NMI pin to Vcc .
Please help us find the root cause for this issue.
