How to read an NFC Tag using ST25R3920?
Hello,
We are trying to read NFC tags with our custom board which includes ST25R3920 and S32K116 Host MCU. Tags we are trying to read are most likely credit cards, ID cards etc. Only presence info would be enough for our use case. We do not need the tag information necessarily for our project.
I don't have prior knowledge in the NFC environment and just been working on it for couple of weeks now. I tried using ST25NFC Embedded Library's example project by modifying platform.h for our MCU but I was not succesful. I have been told that I should use this library because starting from stratch and trying to handle everything by myself would be a messy and a long way.
What I wanted to ask is that, are there any documents like application notes, user guides for software development to read an NFC tag with ST25R3920? Because all I could find were docs about Wake Up mode and datasheets.
Is it good practice to try using ST25NFC Embedded Library with an MCU that is not an STM? Do I have to merge the whole library with the SDK of MCU we are using when modifying platform.h? If so how can I accomplish this, is there an example that includes modified platform.h and library for another MCU's and platforms?
Sorry for the long questions. And thanks in advance!
Best regards,
Furkan
