ST25R3911B RFAL Library - i_err bit remains high - infinite loop
Hello,
I'm using RFAL v2.6.0 and ST25R3911B and I get an issue with the IRQ management.
Using ISO14443 Type-A tag, the IRQ remains high causing the while loop not to exit.
In this condition, the i_err bit of the main interrupt register is '1' while the two interrupt registers (Timer and NFC interrupt register and Error and wake-up interrupt register) have all of their bits to '0'.
Reading these register in a loop cannot clear the i_err bit.
The last content prior the lock state is:
- Main interrupt register: 0x33 -> i_rxs, i_rxe, i_tim, i_err
- Timer and NFC interrupt register: 0x20
- Error and wake-up interrupt register: 00 (Should be different from 0)
