Hello
My custom board has only 1 button and I'm trying to detect 3 button clicks. The first click is waking up the device and the other 2 are configured as BSP_EVENT_KEY_0. I noticed people pushes the button between 0.2s to 0.4s after each click and the nRF52832 is not detecting the second click and the button has to be pressed a 4th time.
The IRQ prority is already at 2. I´m not sure if I should put it higher. My guess is that something in the main has higher priority and it is ignoring the bsp event
The only problem i have is when the device is sleeping. When the device is advertising the interruptions work fine. Any idea what is happening?
Here is my main,
SDK15.2
nrf52832 custom board
nrf52DK
windows 10
segger v4.16