![NXP Semiconductors PN7462AU Скачать руководство пользователя страница 84](http://html1.mh-extra.com/html/nxp-semiconductors/pn7462au/pn7462au_quick-start-manual_1721878084.webp)
NXP Semiconductors
UM10883
PN7462 family Quick Start Guide - Development Kit
UM10883
All information provided in this document is subject to legal disclaimers.
© NXP B.V. 2018. All rights reserved.
User manual
COMPANY PUBLIC
Rev. 1.6 — 14 May 2018
319816
84 of 120
2. Write single block
3. Datarate Tx - 26kbit/s (1out of 4 coding) and Rx 26kbit/s
Implementation in the
“phExMain_ISO15693.c”
file.
9.2.10 ISO18000-3.3 – ICODE ILT
The example performs read and write to predefined blocks of the card.
Supported functionality:
1. Read block
2. Write word
3. TX TARI = 9.44 and RX 424_2 Manchester Period
Implementation in the
“phExMain_ISO18000p3m3.c”
file.
9.2.11 Type B eZLINK/ SLE card
If the detected technology is Type B, then ISO14443-4 Type B reader is executed.
This example is used demonstrate the ISO144434 exchange of APDUs to a Type B card
at all baud rates.
Supported functionality:
1. Get Challenge106/212/424/848 kbps
2. No encryption
Implementation in the
“phExMain_TypeB_L4Exchange.c”
file.
9.2.12 Type F (FeliCa tag)
This example is used to read and write FeliCa frames to FeliCa tags at 212/424 kbps.
Since the stack supports Type 3 tags, check is performed to see if the card is a NDEF
tag or FeliCa card.
Supported functionality:
1. CHECK
2. UPDATE
3. 212/424 kbps
Implementation in the
“phExMain_FeliCa.c” file.
9.2.13 ISO14443-4 card mode (till activation)
During listen, the example can be configured to either act as ISO14443-4 card emulator
(SAK = 0x20) or NFC-DEP Target (SAK = 0x40). This configuration is done via #define
macro in
phExMain_Clif.h
If the SAK is 0x20, discovery loop detects peer ISO14443A reader, the
phExMain_CardMode is executed, that responds to RATS from the reader. This example