I'm using GPIOTE library to check the change of two switch inputs. Normally it works well, but rarely GPIOTE_IRQHandler become never happen even if the pin level changes. I think the reason is bounds like noise. For example, the pin changes many times while serving this interrupt.
Could you please tell me the solution?