Hi,
I am using MSP430FR2433 MCU, it is configured to go to LPM3.5 and wakes every 1s using RTC interrupt. Now I am trying to update persistent variable stored in FRAM at every RTC wakeup in RTC_ISR but these variables are not updating in RTC_ISR function. So I tried updating the variable in the main function after every RTC wakeup, it updated properly this time.
I think this might be due to MCU going to sleep early before able to complete FRAM update process, So I was looking for FRAM register to check the status if the operation is ongoing but I am not able to find it anywhere in the family user guide or any of the examples.
Thanks
Jeevant Sah