I've been reading the data sheet and command manual for the MTK3339 GPS device, but haven't been able to find a definite answer to what I'm looking for.
I am building a wearable device and would like to incorporate a clock into it. I will have the MTK3339 unit for positional information, and I know I can grab the UTC time/date from that, but there are going to be situations where the GPS won't be able to maintain a lock on the sattelites. Plus, for power savings, I was thinking of shutting down the GPS at times using the built-in backup mode.
For all I've read about the MTK3339 having a built-in RTC, what I can't figure out is if it is possible to access this RTC externally, in order to get the time from the GPS even if it has no satellites?
If I can't rely on the GPS for the time without satellites in view, one alternative is to add a Chronodot to my project. However, if I can omit that it'll cut down the parts count and save me some space in the final build.
I suppose I could also utilize a soft-RTC in the microcontroller (it's Arduino compatible) and update the soft-RTC from the GPS when the GPS has a lock?
Thanks!

