Dear all,
I am working on my student project AVR microcontroller based RFID system with TRF7970A. I want to have SPI communication without SS. I read data sheet so I am not sure is this correct configuration for my purposes:
Vss_pa, Vs_rx, Vss, Vss_a, I/O_1, I/O_2 should be connected to GND
Vin, EN should be connected to Vdd
I/O_7 is MOSI: I/O_6 is MISO: DATA_CLK is SCK from mcu
ASK/OOK is for choosing ASK or OOK
I not sure for purposes pins IRQ and MOD. I am confused how tp manipulate with them... IRQ should generate external interrupt to my AVR when tag is detected? What about MOD?
Thanks in advance