Hi all,
We are trying to read the UID of Type 1 Topaz chip with TRF7970, but we get no response.
However we do get response from REQA and WUPA commands.
Any idea what we are doing wrong? Please see the routine we are using below.
If there already is sample code for TRF7970 that has support for Type 1 NFC, could you please point us to it?
buf[0] = ISO_CONTROL;
buf[1] = 0x88; // receive with no CRC
Trf797xWriteIsoControl(0x88); // 14443-A 106kbps
buf[0] = 0x8F; // prepare the SELECT command
buf[1] = 0x90;
buf[2] = 0x3D;
buf[3] = 0x00;
buf[4] = 0x8F;
buf[5] = 0x78; // RID = 0x78
buf[6] = 0x00;
buf[7] = 0x00;
buf[8] = 0x00;
buf[9] = 0x00;
buf[10] = 0x00;
buf[11] = 0x00;
buf[12] = 0xD0; // CRC
buf[13] = 0x43;
Trf797xRawWrite(&buf[0], 14);
Let me know if you need more information on the issue.
Your help will be greatly appreciated.
Regards,
Peter