Hello,
While the PN532 datasheet states that it can emulate a MIFARE Classic card, the User Manual does not describe how to handle the authentication sequence as a target. When using TGINITASTARGET the PN532 passes the authenticate command from the PCD (i.e. 0x60, 0x04). Sending challenge 1 using TGRESPONSETOINITIATOR succeeds (status = 0), however the next TGGETINITIATORCOMMAND fails with error 3 (A Parity error has been detected by the CIU). What are the PN532 commands to handle the 3-pass mutual authentication sequence as a target?
The User Manual/datasheet has details on only authentication in Reader/Writer mode.
8.6.20.3 Commands overview, Table 167
MFAuthent Performs the MIFARE Classic 1K or MIFARE Classic 4K authentication in MIFARE Reader/Writer mode only.
Thank you.