Hi all,
I'm trying to use the sleepmode timer interrupt to wake the system up from PM2. It goes to sleep fine, but the interrupt doesn't wake the system up. Long story short, I think I need to add an interrupt handler to the interrupt vector table but I don't know how to do that.
I'm using CCS for my IDE and I've found the interrupt vector table in startup_ccs.c I'm just not sure how to actually add a new handler. I've also looked at the sleepmode_timer.c example in the foundation firmware and I'm basically using their code but it still doesn't work.