This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

Is it possible to create a GPIO button interrupt without GPIOTE?

Hello I'm using nrf51822 EK board. This is my first time to develop application in ARM system. I want to develop a ble application. This application can be shut down (system off) by pressing the button for 5 seconds.

Since I read this " devzone.nordicsemi.com/.../power-use-with-gpiote-is-too-high " The power source in our application is coin battery, it is important to reduce our power consumption.

Is this possible to create any method to "callback/interrupt" a specific function while the button is pressed without GPIOTE?

Thanks!!:)

Related