I would like to put the cc1110 into PM2. It needs to wake up 1 per minute via sleep timer. No problem I have that running from the app note. I also need to count events using interrupts from 2 of the pins. According to the documentation the LS clock will awake as and RC clock. Assuming the wakeup clock was clocked by the 32khz xtal, this will change by and interrupt from one of the pins. Can I change to xtal without distupting the sleep timer? Can timer and pin interrupts both exist in PM2?