Hi,
I'm attempting to wake the nrf52480 from it's sleep mode using a button input and sequentially send the command normally associated with that button without requiring a second press. I am a bit new to ISR usage, so forgive me if this is a rather naive question.
I have read a through a handful of threads on this forum, but have yet to come across a similar situation. I attempted to build a solution upon your pwr_mgmt_pca10056 example to wake the board and turn on an LED. Is this a reasonable starting point? Or do I need to get further into GPIOTE to do what I'm attempting?
Thanks,