I would like to wake my app from sleep (k_msleep) on a GPIO interrupt. I'm finding that enabling the interrupt draws an additional 6uA however (8uA vs 2uA without it) - am I missing something, or is this normal? This is on an nRF52-DK dev board, using BUTTON1 for the interrupt GPIO. The main thread does k_msleep whilst the interrupt calls k_wakeup.
Thank-you.