SDK 2.1.0
nRF9160
Hi,
I recently configured a GPIO input in my project with an associated interrupt whenever it detects a high to low transition. The transition is externally generated every 20ms.
With each interruption, a work is rescheduled.
Everything works as expected until there is a great write (buffer[3500]) to the Settings.
After writing, the work is executed, meaning that the transition was not detected.
It seems to me that it's a problem of priorities...
I wanted to know if it is possible, and how, to change the priority of GPIO interrupts.
Regards,
Ricardo