Solved
How to read blocks after 64(256bytes)
I am build an andriod app,device is using ST25DV04K NFC chip
i should read first 256 bytes using commnad 0x02,0x23,0x00,0x3f
but failed to read last 256 bytes
I try 2 commands:
- send 0x02,0x23,0x40,0x7f,respone:0x01,0x0f
- send 0x02,0x33,0x40,0x00,0x7f,0x00,respone:0x01,0x0f
how to read last 256 bytes?
Thank you
