Hi,
We would like to use NRF52832 chipset for our project, and we need to configure 11 pins as GPIO interupt , Is this possible ? How many pins we can have as interrupt at a time ?
Thanks a lot in advance ,
Hi,
We would like to use NRF52832 chipset for our project, and we need to configure 11 pins as GPIO interupt , Is this possible ? How many pins we can have as interrupt at a time ?
Thanks a lot in advance ,
If you configure a pin as low_accuracy it will wake up the CPU on level change, so all pins can be configured as a wake up source. In the driver you have to change the GPIOTE_CONFIG_NUM_OF_LOW_POWER_EVENTS to the number of wake up pins (the examples in SDK use 4 buttons on DK as wakeup).