This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

MSP430FR2433: Declaring assembly language variable as persistent in RTC_Calendar.asm/RTC_Calendar.h

Part Number: MSP430FR2433


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

**Attention** This is a public forum