How do I read multiple NFC tags with library STSW-ST25R016?
Hi,
I'm using NFC reader chip ST25R3916 and the library STSW-ST25R016 on a Nucleo 64 dev board. To get started I compiled the polling example. I want to be able to detect and activate multiple tags, one by one. In demo_polling.c, I changed discParam.devLimit to 5. After that change, it will detect that I put two tags on the reader. It will select the first tag in the device list and print the ID for that tag. In
static void demoNotif( rfalNfcState st )
it will select the first tag (rfalNfcSelect(0)). How can I halt that tag and select the next tag? How can I get the main state to RFAL_NFC_STATE_POLL_SELECT as for to let rfalNfcSelect(1) to work?
Thanks!

