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

max number of lower power input pins

Hello,

I'm using several gpiote interrupts in SDK 12.0.1. I want to know the max number of low power input pins. My configuration in sdk_config.h is like below.

thanks,

// <e> GPIOTE_ENABLED - nrf_drv_gpiote - GPIOTE peripheral driver
//==========================================================
#ifndef GPIOTE_ENABLED
#define GPIOTE_ENABLED 1
#endif
#if  GPIOTE_ENABLED
// <o> GPIOTE_CONFIG_NUM_OF_LOW_POWER_EVENTS - Number of lower power input pins 
#ifndef GPIOTE_CONFIG_NUM_OF_LOW_POWER_EVENTS
#define GPIOTE_CONFIG_NUM_OF_LOW_POWER_EVENTS   6        // 4 : org
#endif
Related