Has anyone tried running timers asynchronously on an XMEGA E5?
The event system says that it works in all sleep modes. Async input sense is available on various pins. You can use the event as the clock input of a timer... So it sounds like you could clock a timer asynchronously in all sleep modes, even if the peripheral clock has stopped.
Is that the case? Has anyone actually tried it?