Hello,
I´m using the TRF7960A with a STM microcontroller. The problem is that I used the recomended code SLOC251 to read tags. Te communication is correct, but I always get to the same point, the TRF generates continually interrupts, and when I read the register 0x0C, TRF answers with 0x80. That means that Tx comunication is finished, but don´t read tag.
Do you Know how can I initialize the TRF without using the recomended code or without the need to implement a code, using the TRf in default mode, only uising the direct commands for read tag with the protocol ISO15693?
My MCU works at 3V3, and the comunication is via SPI at 2MHz.
After this, when the reader reads a tag, an interrupt is generated. After this I should read the UID of the tag, how can I do this?
Thanks