This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

NFCT receives incomplete byte on SLP_REQ

Hi all

I'm using the NFCT peripheral of the nRF52832 Revision 1 and I'm facing the following issue:

When the reader sends the SLP_REQ, the NFCT receives an incomplete amount of bytes.
This means that after the RXFRAMEEND event occurred, the RXD_AMOUNT register is 0x22 -> 4 bytes and 2 bits.

The reader sends the frame correctly (0x50, 0x00, 0x57, 0xCD) and the NFCT doesn't signal a CRC error:
FRAMESTATUS_RX = 0x00 and RXD_FRAMECONFIG = 0x15.

The receive buffer contains: 0x50, 0x00, 0x57, 0x9A, 0x01.

Why are 2 additional bits signaled? Do you know this issue?

Many thanks for your help.

Best regards

Parents Reply Children
No Data
Related