Hi,
I am trying to run the RTC Calendar(Link) in MSP430FR2433 MCU. I was wondering if I can declare assembly language variable as persistent so that the variable from RTC_Calendar.asm/.h can stay all the time in memory even after reset with last known state.
Variable I am trying to make persistent are:
;Variables
.def TI_day
.def TI_FebDays
.def TI_hour
.def TI_dayOfWeek
.def TI_PM
.def TI_second
.def TI_year
.def TI_minute
.def TI_month
.def TI_dayLightZone
.def TI_dayLightSavings
Thanks
Jeevant Sah