Hello
I designed my own PCB with an TRF7961. TRF is supplied with 3.3V. When I try to do an one slot ISO15693 Inventory I always get a collision Error although only one Tag is range of the reader?
TRF7961 is initialised with the following data: (Pseudocode)
SendSPI(0x09,0x01); //100%OOK
SendSPI(0x00,0x20); //RF active 3.3V
SendSPI(0x01,0x00); //ISO15693 Low bit rate
SendSPI(0x07,0x36); //No Response Timeout
ReceiveSPI(0x4C,0x2); //Read two bytes from IRQ Status Register (dummy Read)
SendSPI(0x8f,0x91,0x3d,0x00,0x30,0x26,0x01,0x00)
After that I get an Interrupt and read out 0x82 of the IRQ Status Register. I don't understand why the collision Bit is set although there is only one Tag in Range?
Can you please Help me.