Reply To: Reading data from DESFire EV2 using ISOReadBinary

Forum MIFARE and NFC Reader IC`s Reading data from DESFire EV2 using ISOReadBinary Reply To: Reading data from DESFire EV2 using ISOReadBinary

Re: Reading data from DESFire EV2 using ISOReadBinary

21. November 2016 at 8:41

I have made the following change to the code:

 uint8_t Buffer1[11]={''};
uint16_t Buffer2=0;
status=phalMfdf_IsoReadBinary(&alMfdf,PH_EXCHANGE_DEFAULT,0x00,0x84,0x0B,&Buffer1,&Buffer2);
CHECK_SUCCESS(status);


So now I can read data from the tag without causing any debug error but the data is not the same data that I wrote to the card. It seems that I am reading from the wrong address. Can anyone help please?




+ 0  |  - 0