read single block

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

read single block

1,785件の閲覧回数
richardharendar
Contributor I

how to read single block with the ISO 15693 ?

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

0 件の賞賛
返信
1 返信

1,407件の閲覧回数
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 件の賞賛
返信