read single block

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

read single block

944 Views
richardharendar
Contributor I

how to read single block with the ISO 15693 ?

have you an example for the following tag NFC SL2 ICS50 ?

0 Kudos
1 Reply

566 Views
isaacavila
NXP Employee
NXP Employee

Hello Richard,

There is an example for ISO 15693 tags in the NFC Reader Library for PN5180 front end: PN5180|NXP

In this example, you can find the phalI15693_ReadSingleBlock API function that is used to read single block from tag.

/* Read single block */

                        status = phalI15693_ReadSingleBlock(&salI15693,

                                                            PHAL_I15693_OPTION_OFF,

                                                            bBlock,

                                                            &pRxbuffer,

                                                            &bDataLength);

You can try to give a look to this example!

Hope this helps!

Regards,

Isaac

0 Kudos