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.

Interrupt of rtc_b alarm in MSP430FR5969

Other Parts Discussed in Thread: MSP430WARE

Hi,

   I want alarm at specified time(eg 6.15 am). My RTC is working fine, but alarm event is not. Before starting RTC i have set the alarm event as 

RTCAMIN =  0x15 //Disable the interrupt

RTCAHOUR = 0x06 //Disable the interrupt

RTCAMIN =  RTC_AE | 0x15 //Enable the interrupt

RTCAHOUR = RTC_AE | 0x06 //Enable  the interrupt.

But it is not coming in the isr. Is this correct setting i am doing.

where RTC_AE = 0x80

 

**Attention** This is a public forum