Hi,
I have just updated my app from SDK 15.2 to 15.3 (and the softdevice from 6.1.0 to 6.1.1).
Now nothing is working... I initializes a button with NRFX_GPIOTE and now it stopped triggering interrupts.
In this changelog https://github.com/NordicSemiconductor/nrfx/blob/a0dcb1350f6798f12479921a0a376d00e2316fd4/CHANGELOG.md I can see that changes has been made to the GPIO module, but where can see what has actually changed and what I need to do to make it work with the new SDK?
I looked at the Pin_Change_INT example and that is exactly like the old example, so how can it be, that I suddenly doesn't get interrupts anymore?
Is there somewhere an upgrade guide, when it is only minor revision updates?