Unable to Discover Cards PN7150

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Unable to Discover Cards PN7150

834 Views
lucasw
Contributor I

Hi, 
We have a design running a PN7150. We have had card emulation running in the past on this design but now i need to set up the device as a reader.

The software never returns a NFC_Success  for the following line in nfc_task.c

   while(NxpNci_WaitForDiscoveryNotification(&RfInterface) != NFC_SUCCESS);

and therefore never reaches 

   task_nfc_reader(RfInterface);

the device constantly polls address 0x28 to read and returns a NAK as expected until a card is presented infront of the device

then IRQ goes high and the following is read (as seen in screenshot)

0x51 0x60 0x07 0x01

0x51 0xA1 

then IRQ goes low again

pastedImage_1.png

Could i get some assistance regarding this response and how to proceed.


Regards,

Lucas

Labels (1)
0 Kudos
1 Reply

595 Views
jimmychan
NXP TechSupport
NXP TechSupport

Here is the PN7150 web page:

PN7150|High Performance Plug'n Play NFC for OS|NXP 

Have you try the examples:

NXP-NCI MCUXpresso example

This is the PN7150 manual

PN7150 User Manual

0 Kudos