CR95HF FAST_READ Command using NTAG213 (14443A)
We are using the CR95HF over SPI and communicating with a single NTAG213 tag.
I can successfully configure the reader and read 4 pages of user memory reliably using the READ command:
00 04 03 30 04 28. // Reads 16 bytes from Addr 0x04
We would like to read multiple blocks using the FAST_READ command but the following command structure gives an 0x87 error;
00 04 04 3A 04 07 28
Any idea why this doesn't work?
