The C5505 Data Sheet states that one can either use a 32.786KHz crystal, or use a ~12MHz external clock source.
Can one not use an external 32.768KHz clock source? Wouldn't the PLL work with that, since the crystal input would be oscillating anyway, so why would the PLL know the difference?
My reason for considering this is that the RTC needs about 7uA minimum to keep running, and would need its own dedicated 1.05V power supply. If one needs the wakeup feature, the power consumption goes up and one needs TWO holdup supplies.
For about the same cost and effort, one can use a standard RTC chip that uses less than 1uA and also has the ability to wake up a system. So the built-in RTC was a nice idea in the C5505, but with that kind of support requirement, it's not necessarily cost-effective.
So if I use an external RTC chip, that would have it's own 32.768KHz clock output that could then be used to drive the RTC X input on the C5505. Otherwise, one needs two 32.768KHz xtals - one for the external RTC device and one for the C5505.
Any ideas and thoughts?