Dear All,I am facing a weird issue with PIC24FJ1024GB610 (Explorer 16/32 board). The problem is that when i enable WDT and RTCC, it always waiting here: /* Cause timestamp event. */
RTCSTATLbits.TSAEVT = 1;
while(RTCSTATLbits.TSAEVT != ..
RTCSTATLbits.TSAEVT = 1;
while(RTCSTATLbits.TSAEVT != ..