Other Parts Discussed in Thread: MSP430FR2311
Tool/software: Code Composer Studio
Guys I would like to configure the MSP430FR2311, The RTC needs to generate 8s interrupt to wake up the device from LPM4, how should i configure it to do so?
RTCMOD = 10 -8;
RTCCTL = RTCSS__VLOCLK | RTCSR | RTCPS__10 | RTCIE;
is it correct??