Hello,
I am using nRF52832, SDK_15.3.0, S132 SoftDevice and Segger for flash the image. I am using ‘ble_app_blinky’.
1) If I configure any GPIO as state change trigger (HiToLo or LoToHi) then without “Button Handle” and “BSP” modules are there any Interrupt function (or Call back functions) that will be triggered ?
a) In GPIO HAL I am not seeing any call back function for ISR.
2) I have a scenario where two pins are pressed together. As DETECT signal is OR of all input pins, then how to differentiate which interrupt got triggered ?
a) Is this possible only by reading GPIO LATCH register or IN register.
Thanks & Regards
Vishnu Beema