I am working with NFC reader PN7150 and NTAG213 tags and trying to read from 2 tags in parallel.
I am using your example code: NXP-NCI_LPC11Uxx_MultipleNtag213example
Both tags are identified and activated correctly but reading and writing performed only from 1 tag.
I have noticed that when i execute command: NxpNci_ReaderReActivate(&RfInterface[0]) once, i can work with the second tag but when i do that again i can't return to the first tag.
It looks like when i deactivate a tag, i cannot reactivate it again, but i need to stop and start discovery in order to activate both tags.
Is the mentioned example works for you as is on two tags?
It that phenomenon known to you?
Is that related to FW, HW or tag versions?
p.s
I can communicate with one tag before Re-Activating the other tag, and then communicating with the second tag. But i cant return to the first tag.
Many Thanks,
Dudi