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