problem with NFC handling

Hi,

I'm using the nRF52832 with SDK version 17.0.1.

I've noticed that when the device wakes up from NFC and remains in proximity to the NFC field, it sometimes experiences a watchdog reset.

Could you help identify what might be causing this issue?
Is it possible that we're not handling the NFC interrupt correctly?

Thanks.

Parents
  • Hi Vidar,

    We’ve observed a watchdog reset (WD) occurring when the device lands on the NFC pad. Here's the sequence:

    • The NFC wakes the device from ULP.

    • The NFC pad sends interrupts to the device.

    • In rare cases (approximately 1 in 10,000 devices), a watchdog reset occurs.

    Our suspicion is that we may not be handling the NFC interrupts properly, which could occasionally cause the device to get stuck.

    Regarding your other question, yes we're using your driver implementation.

    Thanks,

Reply
  • Hi Vidar,

    We’ve observed a watchdog reset (WD) occurring when the device lands on the NFC pad. Here's the sequence:

    • The NFC wakes the device from ULP.

    • The NFC pad sends interrupts to the device.

    • In rare cases (approximately 1 in 10,000 devices), a watchdog reset occurs.

    Our suspicion is that we may not be handling the NFC interrupts properly, which could occasionally cause the device to get stuck.

    Regarding your other question, yes we're using your driver implementation.

    Thanks,

Children
Related