summaryrefslogtreecommitdiffstats
path: root/inc/phNfcConfig.h
diff options
context:
space:
mode:
Diffstat (limited to 'inc/phNfcConfig.h')
-rw-r--r--inc/phNfcConfig.h9
1 files changed, 8 insertions, 1 deletions
diff --git a/inc/phNfcConfig.h b/inc/phNfcConfig.h
index e7386d9..bcefaec 100644
--- a/inc/phNfcConfig.h
+++ b/inc/phNfcConfig.h
@@ -375,11 +375,15 @@
/**< 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 */
-#define FW_DOWNLOAD_TIMER
+/* 0x01U to use overall timeout */
+/* 0x02U to use per frame timeout */
+#define FW_DOWNLOAD_TIMER 0x02U
/**< Macro to Verify the Firmware Download */
/* #define FW_DOWNLOAD_VERIFY */
@@ -388,6 +392,9 @@
#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 */