Other Parts Discussed in Thread: CC430F5137
I have a simple program running on a CC430f5137 that was designed to exit from LPM3 after 10 seconds. This is the code simplified:
void rtcISR(void)
{
PJOUT &= ~BIT1; // LED OFF - This instruction is correctly executed after 10 seconds
}