Beware that this post is related to an SDK in maintenance mode
More Info: Consider nRF Connect SDK for new designs
This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

What is GPIOTE_CONFIG_NUM_OF_LOW_POWER_EVENTS?

Hello,

I am wondering what this "Low Power Event" is.

I am looking through the document but I can't find the place that explains this.

Can somebody point me to the place I should look into?

Parents Reply
  • The port event will trigger from any pin change, the driver will then read the state of every pin declared as a low power GPIOTE pin and then execute the pins event handler. I believe 1ms is doable, but it depends on what the CPU is doing at the time. The GPIOTE event handler is executing from main context and priority level. Any SoftDevice or other higher priority activity will delay the execution of the pin event handler.

Children
No Data
Related