Posted on December 12, 2016 at 16:02Hi,
The icode slix ic tag is based on the ISO15693 NFC standard, so your M24LR64 will support this standard also. The standard read command is working to access the first 8Kbits, and to access the rest of the memory you will need to use a custom command (that is probably not included with your reader, you have to implement it). You can refer to the datasheet of the
http://www.st.com/content/st_com/en/products/nfc/st25-nfc-rfid-tags-readers/st25-dynamic-nfc-tags/m24lr-series-dynamic-nfc-tags/m24lr64e-r.html
, you need to set the Protocol_extension_flag for Read Single Block, ... (you can use this command to access the whole memory).
Hope this will help you.
Kind Regards.