This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

TRF7970A with Mifare three pass authentication

Other Parts Discussed in Thread: TRF7970A, TRF7960

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.