Hi,
I am using MSP430F5335. In this i am developing internal RTC.I am referring the user guide SLAU208M. For the alarm setting register configuration i confused the information given in that user guide. In the chapter 23.2.2 Real-Time Clock Alarm Function (PageNo:596) they were given the inormation for alrm bit settings as follows
Each alarm register contains an alarm enable (AE) bit that can be used to enable the respective alarm register. By setting AE bits of the various alarm registers, a variety of alarm events can be generated.
But in the register explanation they mentioned alram enable bit set as 0 to enable the particular register for all the alarm register as follows
so that i wrote my program to set alarm by clear the AE bit in all the alarm register,but it doesn't work. If i set the alarm enable bit as 1 then i am getting the alarm enable interrupt as well as alarm also works.
can anyone already face that issue?
Is any updated user guide avilable with this correction done? or else my undersatnding is wrong?
Thanks in advance.