I want to use the MAP430+TRF7970A to read a Mifare Classic 1K card.
As I finish ISO14443 SELECT command, I set command to TRF7970A to do three pass authentication. ( Direct Mode2 - Parallel )
As below:
0x8F, 0x90, 0x3D, 0x00, 0x04, 0x60, 0x00, CRCA, CRCA (use KEY A to authenticate block 0)
And I successful get the card nonce. (4 byte)
Then I initial the crypto function (Set Key = 0xFFFFFFFFFFFF) and get 8 byte reader response to transmit to card.
But I can't get the card response to finish the three pass authentication.
Thanks.