We are using a PN553 NFC on a snapdragon board running Android Pie. The PN553 is connected to the main controller through I2C.
We are trying to implement a CCID driver for the PN553. We have been able to get communication working between a Windows PC and the CCID driver.
But when we send an APDU to the PN553 we always get a response 0x1C (command not supported). We figure the issue is with our implementation of the IFD driver of the PCSC.
We find no references to any implementations of the iFD driver for PN553 or any compatible NXP devices. It would be great if anyone can share or point us to IFD driver sources for PN553.
Thanks in advance