This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Due to trf7970a Datasheet(March 27, 2017), Section 6.10.5 Serial Interface Communication:
"the MCU must to do a dummy read to clear the reader's IRQ status register."
In both of the example project sloa213("MIFARE DESFire EV1 AES Authentication With TRF7970A"),and project sloc297c("TRF7970ABP_RFID_Reader_Demo"),
the trf79xx.c files, all read IRQ status register without a dummy byte, but reset it with a dummy byte.
Does it mean that the reading doesn't clear the register? If so, the next IRQ interrupt process would become very confusing.