NFC Tag Sample is not working

I am trying to test an ST25R3911B with the NFC tag reader example on a 52840dk with the nRF52840 microcontroller. When compiling the example with the board overlay and running the code, I get the following error after attempting to read a card:

Anticollision: 0x8 Platform: 0x0.

Tag info, type: 1.

Type 4 Tag.

NFC T4T selected.

I: R-APDU status: 6A82

I: R-APDU no data field present.

E: NFC T4T R-APDU received status: 27266 different than command completed.

NFC Type 4 Tag HL data received error: -1.

I understand that it is able to identify that it is a Type 4 tag, but then it fails and returns -1. Any idea why?

Related