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.

cc3200 time(NULL) function in LPDS

Other Parts Discussed in Thread: CC3200

Hi,

I used function time(NULL) from time.h in my earlier application and it is gave me a rtc time.

Now I use LPDS(low power deep sleep) mode of cc3200. When I use time() function my program stops in that line where I call time(NULL). Problem occurs when it first time wakes up from LPDS, before it first time goes to LPDS time(NULL) return correct value.

What is happens or what to do to get a rtc time in LPDS mode???

Thanks, Srdjan