diff options
Diffstat (limited to 'inc/phNfcConfig.h')
-rw-r--r-- | inc/phNfcConfig.h | 19 |
1 files changed, 9 insertions, 10 deletions
diff --git a/inc/phNfcConfig.h b/inc/phNfcConfig.h index b11e79d..e7386d9 100644 --- a/inc/phNfcConfig.h +++ b/inc/phNfcConfig.h @@ -176,7 +176,7 @@ #endif #ifndef NXP_MIFARE_XCHG_TIMEOUT -#define NXP_MIFARE_XCHG_TIMEOUT 0x03U +#define NXP_MIFARE_XCHG_TIMEOUT 0x0BU #endif #ifndef NXP_FELICA_XCHG_TIMEOUT @@ -223,6 +223,12 @@ #define LINK_CONNECTION_TIMEOUT 1000U #endif +/**< Defines ACK time out value for LLC timer, + 150 is in milliseconds */ +#ifndef LINK_ACK_TIMEOUT +#define LINK_ACK_TIMEOUT 1U +#endif + /**< Defines Firmware Download Completion Timeout value , 120000 is in milliseconds */ @@ -254,7 +260,7 @@ #ifndef NXP_NFC_HCI_TIMER -#define NXP_NFC_HCI_TIMER 0 +#define NXP_NFC_HCI_TIMER 1 #define NXP_NFC_HCI_TIMEOUT 6000 #endif @@ -369,15 +375,11 @@ /**< Macro to Enable the Card Emulation Feature */ /* #define HOST_EMULATION */ -#define NXP_HAL_VERIFY_EEPROM_CRC 0x01U - /**< Macro to Enable the Download Mode Feature */ #define FW_DOWNLOAD /**< Macro to Enable the Firmware Download Timer */ -/* 0x01U to use overall timeout */ -/* 0x02U to use per frame timeout */ -#define FW_DOWNLOAD_TIMER 0x02U +#define FW_DOWNLOAD_TIMER /**< Macro to Verify the Firmware Download */ /* #define FW_DOWNLOAD_VERIFY */ @@ -386,9 +388,6 @@ #define NXP_FW_INTEGRITY_CHK 1 #endif -/* To specify the Maximum TX/RX Len */ -#define NXP_FW_MAX_TX_RX_LEN 0x200 - #define UICC_CONNECTIVITY_PATCH /* Work around to Delay the initiator activation */ |