ST25R3916B RFAL library question
Hi,
I have a X-NUCLEO-NFC08A1 and trying to use ST25R3916B RFAL library with nRF5340 from nordic semiconductor. SPI communication and initialization are working. I am running demoCycle() function from demo_polling.c. However, in the logs, I receive always null as ID or Block Data.
D: Toggling Wake Up mode OFF
D: ISO14443A/NFC-A card found. UID: (null)
D: Read Block: OK Data: (null)
D: Toggling Wake Up mode ON
When I put my phone close to reader I receive following:
D: NFCA Passive ISO-DEP device found. UID: (null)
D: Select NDEF Application: OK Data: (null)
D: Select CC: OK Data: (null)
D: Read CC: OK Data: (null)
D: Toggling Wake Up mode OFF
Why is it not reading any data? How can I run the demo?
