IESO
IESO
he DAC, are almost perfect use cases for doing this. But it's probably worth not
ing that it's not necessarily useful in every wake-up scenario.
If you're implementing a pocket calculator, for example, then you're really work
ing at the speed of the user's fingers. It takes so long for the user to press a
button that you can probably afford to wait a millisecond for the clock to stab
ilise. The same goes for a soft power switch.
But you can't afford to wait a millisecond if you're sampling or playing audio a
t 48kHz, or communicating at 28.8kbaud.
I hope that answers your question.