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