NFC Field while Device is Off

Hello, if an NFC field is applied to the nRF52832 (with NFC coil) while the device is off, is there a chance of damaging the chip?

Parents
  • Hi,

    NFC uses two pins to connect the antenna. These pins are shared with GPIOs, and the PROTECT field in the NFCPINS register in UICR defines the usage of these pins and their protection level against excessive voltages. The content of the NFCPINS register is reloaded at every reset.

    When NFCPINS.PROTECT=NFC, a protection circuit will be enabled on the dedicated pins, preventing the chip from being damaged in the presence of a strong NFC field. The GPIO function will be disabled on those pins as well.

    When NFCPINS.PROTECT=Disabled, the device will not be protected against strong NFC field damages caught by a connected NFC antenna, and the NFCT peripheral will not operate as expected, as it will never leave the DISABLE state.

    See more here: NFCT Pin Protection     Battery Protection

  • What kind of protection hardware is in place?

    Can you confirm that the chip is protected when the device is completely off (e.g., battery disconnected)?

    Is there a maximum voltage and current limit specification for when the device is completely off?

Reply Children
Related