Hello,
I am using NRF52832 with nRF5_SDK_15.2.0.
I have met lock up situation. Actually, Device is running but it doesn't wake up.
I am using 2 external interrupt to wake up device from IDLE. I am using port event to do that.
I trying to find out root cause. But, I can not reproduce it. But it still happen in the field.
I have a suspicious about two part in PORT event as above in red box.
Could you explain more about first red box? Because, I don't understand how that situation is possible.
Can you give me a example how to make that situation happen?
And, Regarding to seconds red box, In my code, I don't follow that procedure to configure the source(PIN_CNF(n).SENSE) before entering sleep.
What is "spurious" meaning in the context? Is there any possibility that GPIO interrupt is not occurred?
Thanks,
Chongchun Moon