HI ALL
I am using SDK15.3.0 to familiarize myself with GPIOTE functions,But I have encountered some problems.
First ,I registered 4 GPIOTE pins on the DK board,and I need 4 GPIOTE pins to trigger at the same time.
But the problem is that when I press one of the GPOTEs and then press another one, it can't be triggered.
Because my power supply is a battery, I have to pay attention to power consumption.So I can't set config.hi_accuracy to true
Second,The problem of triggering Handler multiple times when I press the button.I don't know how to prevent multiple triggers.
This is my first time to ask here, please help me thank you all.