CR95HF echo command retuens 0x0E
I am attempting to connect to one of ST's CR95HF NFC chips, but I can't get it to respond correctly to the echo command.
1) Reset CR95HF by toggling the IRQ line
2) Set chip select line low
3) Send two bytes : 0x00 0x55 = Command Echo
4) Set chip select line high
5) Set chip select line low
6) Send one byte : 0x03 to request response, waiting for bit 3 to be high
7) Set chip select line high
8) When bit 3 is high, set chip select line low and send one byte : 0x02 = Read data
9) Instead of the expected 0x55, I Receive 0x0E
I have checked all the timing diagrams, all timings appear to be ok.
I have checked the signals on a scope and digital analyser, all are ok.
Any suggestions ?
