Tool/software: Code Composer Studio
Hello,
I designed a system (collecting some data from sensors) based on the MSP430F6638. Basically my system has to start automatically a new measurement each 15 minutes. So, I would like my program after the end of a measurement to wait 15 minutes and then start automatically a new measurement. What peripheral should I use between the RTC and the Timer to achieve this functionality ? I mean I checked the MSP430f6638 user guide but I couldn't find for the RTC (p569) this sepcific functionality in the rtc alarm function chapter. And which interrupts seem to be important for this application (there is lot of interrupt for rtc and timer) ? I am a little bit lost about how to achieve this and I don't really know which peripheral is better for my application between a timer and rtc. I hope that all is clear.
Thank you.
Best regards,
Mike