I am working with a raspberry and using a PN7150 connected by USB.
I used the example demoApp and installed all the libraries.
I am trying to develop a software to read and write a tag with raw method based on these examples. https://github.com/NXPNFCLinux/linux_libnfc-nci_examples/tree/master
The software is working, but sometimes it gets stuck on nfcManager_doInitialize(). After retrying it few times it is working again. I can not figure out why sometimes it gets stuck indefinitely on the initialization function.