Part Number: MSP430FR5994
Tool/software: Code Composer Studio
Support Path: /Other topics/Design techniques and how-to guides/How-to guides/
I’m pretty new to the MSP430. For a university project, I need to set up an alarm on specific time of the date. As the user guide suggests there’s a built in RTC module inside the MCU that provide the required features to my application but,
I can’t figure out how to setup the alarm function of it.
I was able to set and run the rtc module.
I tried setting RTAMIN, RTCAHOUR but it didn’t raise the interrupt flag when the time came.
So can you help me to set up the alarm?
Thank you :)