I am testing my application code with the TRF7070A. After writing some data through the chip, I am expecting to receive some data.
On the receive section I am looking for 'IRQ set due to end of TX' B7 to be set and 'IRQ set due to RX start' B6 to be set on the IRQ status register.
I am intermittently only getting 'IRQ set due to end of TX' and repeatedly (it is not getting cleared). I am having to do a FIFO reset or TRF reset when this happens.
Do you know why this might be happening? And what would be the right way to fix it?