This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

RTOS/CC2538: RTC timer showing wrong time

Part Number: CC2538
Other Parts Discussed in Thread: Z-STACK

Tool/software: TI-RTOS

Hi,

I'm using Zstack-3.0. RTC getting Problem. But still, some 15 to 20 sec vary is there.

// When I'm setting the time.

osal_setClock(time);

osalTimeUpdate();

//When I'm getting the time.

osalTimeUpdate();

RTCTime = osal_getClock();