![NXP Semiconductors PN7462AU Скачать руководство пользователя страница 82](http://html1.mh-extra.com/html/nxp-semiconductors/pn7462au/pn7462au_quick-start-manual_1721878082.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
82 of 120
7
Fig 84. phExMain non standby flow
9.2.5 MIFARE Classic
The MIFARE Classic example is implementing basic read/write functionality using a
MIFARE Classic card with a predefined default key. If a Type A card is detected with
SAK of 0x8 (1K MIFARE Classic card) or 0x18 (4K MIFARE Classic card), then the
MIFARE Classic example is executed. The example performs initial authentication of
block X and then reads/write to this sector. Further the example performs authentication
of another block (say X +1) using the session key established during initial authentication
(this is called re-authentication). It then performs read/write to this block X+1. See the
function
phExMain_MiFareClassic()
and
phExMain_MifareOperations()
Supported Functionality:
1. Authentication & Re-Authentication
2. Read/Write
Implementation in the
“phExMain_MiFareClassic.c”
file.