NXP Reader Library  v17.1.0.2535
Collaboration diagram for PICC Error Codes:

MIFARE DESFire Light PICC (Native) Response Codes

#define PHAL_MFDFLIGHT_RESP_OPERATION_OK   0x00U
 MFDFLIGHT Response - Successful operation.
 
#define PHAL_MFDFLIGHT_RESP_OK   0x90U
 MFDFLIGHT Response - Successful operation.
 
#define PHAL_MFDFLIGHT_RESP_ERR_CMD_INVALID   0x0BU
 MFDFLIGHT Invalid Command Error.
 
#define PHAL_MFDFLIGHT_RESP_ERR_FORMAT   0x0CU
 MFDFLIGHT Format Error.
 
#define PHAL_MFDFLIGHT_RESP_ERR_OUT_OF_EEPROM_ERROR   0x0EU
 MFDFLIGHT Response - Insufficient NV-Memory.
 
#define PHAL_MFDFLIGHT_RESP_ILLEGAL_COMMAND_CODE   0x1CU
 MFDFLIGHT command code not supported.
 
#define PHAL_MFDFLIGHT_RESP_ERR_INTEGRITY_ERROR   0x1EU
 MFDFLIGHT CRC or MAC does not match data padding bytes not valid.
 
#define PHAL_MFDFLIGHT_RESP_NO_SUCH_KEY   0x40U
 MFDFLIGHT Invalid key number specified.
 
#define PHAL_MFDFLIGHT_RESP_CHAINING   0x71U
 MFDFLIGHT ISO Chaining Status.
 
#define PHAL_MFDFLIGHT_RESP_ERR_LENGTH_ERROR   0x7EU
 MFDFLIGHT Length of command string invalid.
 
#define PHAL_MFDFLIGHT_RESP_PERMISSION_DENIED   0x9DU
 MFDFLIGHT Current configuration/status does not allow the requested command.
 
#define PHAL_MFDFLIGHT_RESP_ERR_PARAMETER_ERROR   0x9EU
 MFDFLIGHT Value of params invalid.
 
#define PHAL_MFDFLIGHT_RESP_APPLICATION_NOT_FOUND   0xA0U
 MFDFLIGHT Requested AID not found on PICC.
 
#define PHAL_MFDFLIGHT_RESP_ERR_APPL_INTEGRITY_ERROR   0xA1U
 MFDFLIGHT Unrecoverable error within application, appln will be disabled.
 
#define PHAL_MFDFLIGHT_RESP_ERR_AUTHENTICATION_ERROR   0xAEU
 MFDFLIGHT Current authentication status does not allow the requested cmd.
 
#define PHAL_MFDFLIGHT_RESP_ERR_AUTHENTICATION_DELAY   0xADU
 Keep Waiting till Delay is met.
 
#define PHAL_MFDFLIGHT_RESP_ADDITIONAL_FRAME   0xAFU
 MFDFLIGHT Additional data frame is expected to be sent.
 
#define PHAL_MFDFLIGHT_RESP_ERR_BOUNDARY_ERROR   0xBEU
 MFDFLIGHT Attempt to read/write data from/to beyond the files/record's limits.
 
#define PHAL_MFDFLIGHT_RESP_ERR_PICC_INTEGRITY   0xC1U
 MFDFLIGHT Unrecoverable error within PICC. More...
 
#define PHAL_MFDFLIGHT_RESP_ERR_COMMAND_ABORTED   0xCAU
 MFDFLIGHT Previous cmd not fully completed. More...
 
#define PHAL_MFDFLIGHT_RESP_ERR_PIC_DISABLED   0xCDU
 MFDFLIGHT PICC was disabled by an unrecoverable error.
 
#define PHAL_MFDFLIGHT_RESP_ERR_COUNT   0xCEU
 MFDFLIGHT Num. More...
 
#define PHAL_MFDFLIGHT_RESP_ERR_DUPLICATE   0xDEU
 MFDFLIGHT File/Application with same number already exists.
 
#define PHAL_MFDFLIGHT_RESP_ERR_EEPROM   0xEEU
 MFDFLIGHT Could not complete NV-Write operation due to loss of power.
 
#define PHAL_MFDFLIGHT_RESP_ERR_FILE_NOT_FOUND   0xF0U
 MFDFLIGHT Specified file number does not exist.
 
#define PHAL_MFDFLIGHT_RESP_ERR_FILE_INTEGRITY   0xF1U
 MFDFLIGHT Unrecoverable error within file. More...
 

MIFARE DESFire Light PICC (ISO7816) Response Codes

#define PHAL_MFDFLIGHT_ISO7816_SUCCESS   0x9000U
 Correct execution.
 
#define PHAL_MFDFLIGHT_ISO7816_ERR_WRONG_LENGTH   0x6700U
 Wrong length.
 
#define PHAL_MFDFLIGHT_ISO7816_ERR_WRONG_PARAMS   0x6A86U
 Wrong parameters P1 and/or P2.
 
#define PHAL_MFDFLIGHT_ISO7816_ERR_WRONG_LC   0x6A87U
 Lc inconsistent with P1/p2.
 
#define PHAL_MFDFLIGHT_ISO7816_ERR_WRONG_LE   0x6C00U
 Wrong Le.
 
#define PHAL_MFDFLIGHT_ISO7816_ERR_NO_PRECISE_DIAGNOSTICS   0x6F00U
 No precise diagnostics.
 
#define PHAL_MFDFLIGHT_ISO7816_ERR_EOF_REACHED   0x6282U
 End of File reached.
 
#define PHAL_MFDFLIGHT_ISO7816_ERR_LIMITED_FUNCTIONALITY_INS   0x6283U
 Limited Functionality.
 
#define PHAL_MFDFLIGHT_ISO7816_ERR_FILE_ACCESS   0x6982U
 File access not allowed.
 
#define PHAL_MFDFLIGHT_ISO7816_ERR_FILE_EMPTY   0x6985U
 File empty or access conditions not satisfied.
 
#define PHAL_MFDFLIGHT_ISO7816_ERR_FILE_NOT_FOUND   0x6A82U
 File not found.
 
#define PHAL_MFDFLIGHT_ISO7816_ERR_MEMORY_FAILURE   0x6581U
 Memory failure (unsuccessful update).
 
#define PHAL_MFDFLIGHT_ISO7816_ERR_INCORRECT_PARAMS   0x6B00U
 Wrong parameter p1 or p2. More...
 
#define PHAL_MFDFLIGHT_ISO7816_ERR_WRONG_CLA   0x6E00U
 Wrong Class byte.
 
#define PHAL_MFDFLIGHT_ISO7816_ERR_UNSUPPORTED_INS   0x6D00U
 Instruction not supported.
 

Detailed Description

Macro Definition Documentation

◆ PHAL_MFDFLIGHT_RESP_ERR_PICC_INTEGRITY

#define PHAL_MFDFLIGHT_RESP_ERR_PICC_INTEGRITY   0xC1U

MFDFLIGHT Unrecoverable error within PICC.

PICC will be disabled.

◆ PHAL_MFDFLIGHT_RESP_ERR_COMMAND_ABORTED

#define PHAL_MFDFLIGHT_RESP_ERR_COMMAND_ABORTED   0xCAU

MFDFLIGHT Previous cmd not fully completed.

Not all frames were requested or provided by the PCD.

◆ PHAL_MFDFLIGHT_RESP_ERR_COUNT

#define PHAL_MFDFLIGHT_RESP_ERR_COUNT   0xCEU

MFDFLIGHT Num.

of applns limited to 28. No additional applications possible.

◆ PHAL_MFDFLIGHT_RESP_ERR_FILE_INTEGRITY

#define PHAL_MFDFLIGHT_RESP_ERR_FILE_INTEGRITY   0xF1U

MFDFLIGHT Unrecoverable error within file.

File will be disabled.

◆ PHAL_MFDFLIGHT_ISO7816_ERR_INCORRECT_PARAMS

#define PHAL_MFDFLIGHT_ISO7816_ERR_INCORRECT_PARAMS   0x6B00U

Wrong parameter p1 or p2.

READ RECORDS.