ST25R95/CR95HF Wake-up from Hibernate
I'm using a X-NUCLEO-NFC03A1 board with a NRF52 as host controller. I'm able to read/write commands and set the chip to WFE mode with Tag Detection and IRQ pulse as WU sources.
Now I'm setting it to hibernate and, as far as I understood from the datasheet, it should go from hibernate to active state only by setting the IRQ_OUT pin to low state, and then I'd be able to read the chip response that should return the WU source as IRQ pulse (0x000108).
However, I seem to be unable to use the chip once it's back from hibernate state, and it only works again after I send a RESET command. I found this strange as the startup sequence shows it differently. Is this correct or am I doing something wrong?
ps. I also get 0x0000 as a first response from the chip, which is also strange as it is not mapped as a valid response in the datasheet for an IDLE command.
