libnfc-nxp-pnscr.conf 24 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628
  1. ## This file is used by NFC NXP NCI HAL(external/libnfc-nci/halimpl/pn547)
  2. ## and NFC Service Java Native Interface Extensions (packages/apps/Nfc/nci/jni/extns/pn547)
  3. ###############################################################################
  4. # Application options
  5. # Logging Levels
  6. # NXPLOG_DEFAULT_LOGLEVEL 0x01
  7. # ANDROID_LOG_DEBUG 0x03
  8. # ANDROID_LOG_WARN 0x02
  9. # ANDROID_LOG_ERROR 0x01
  10. # ANDROID_LOG_SILENT 0x00
  11. NXPLOG_EXTNS_LOGLEVEL=0x03
  12. NXPLOG_NCIHAL_LOGLEVEL=0x03
  13. NXPLOG_NCIX_LOGLEVEL=0x03
  14. NXPLOG_NCIR_LOGLEVEL=0x03
  15. NXPLOG_FWDNLD_LOGLEVEL=0x03
  16. NXPLOG_TML_LOGLEVEL=0x03
  17. NFC_DEBUG_ENABLED=1
  18. ###############################################################################
  19. # Nfc Device Node name
  20. NXP_NFC_DEV_NODE="/dev/nq-nci"
  21. ###############################################################################
  22. # Extension for Mifare reader enable
  23. MIFARE_READER_ENABLE=0x01
  24. ###############################################################################
  25. # File name for Firmware
  26. NXP_FW_NAME="libsn100u_fw.so"
  27. ###############################################################################
  28. # System clock source selection configuration
  29. #define CLK_SRC_XTAL 1
  30. #define CLK_SRC_PLL 2
  31. NXP_SYS_CLK_SRC_SEL=0x02
  32. ###############################################################################
  33. # System clock frequency selection configuration
  34. #define CLK_FREQ_13MHZ 1
  35. #define CLK_FREQ_19_2MHZ 2
  36. #define CLK_FREQ_24MHZ 3
  37. #define CLK_FREQ_26MHZ 4
  38. #define CLK_FREQ_38_4MHZ 5
  39. #define CLK_FREQ_52MHZ 6
  40. NXP_SYS_CLK_FREQ_SEL=0x02
  41. ###############################################################################
  42. # The timeout value to be used for clock request acknowledgment
  43. # min value = 0x01 to max = 0x06
  44. #NXP_SYS_CLOCK_TO_CFG=0x06
  45. ###############################################################################
  46. # The delay to try to start PLL/XTAL when using sys clock 256/fc units = ~18.8 us
  47. # min value = 0x01 to max = 0x1F
  48. #NXP_CLOCK_REQ_DELAY=0x16
  49. ###############################################################################
  50. # NXP proprietary settings
  51. NXP_ACT_PROP_EXTN={2F, 02, 00}
  52. ###############################################################################
  53. # NFC forum profile settings
  54. NXP_NFC_PROFILE_EXTN={20, 02, 05, 01, A0, 44, 01, 00}
  55. ###############################################################################
  56. # NXP TVDD configurations settings
  57. # Allow NFCC to configure External TVDD, two configurations (1 and 2) supported,
  58. # out of them only one can be configured at a time.
  59. #NXP_EXT_TVDD_CFG=0x02
  60. ###############################################################################
  61. #config1:SLALM, 3.3V for both RM and CM
  62. #NXP_EXT_TVDD_CFG_1={20, 02, 0F, 01, A0, 0E, 0B, 31, 01, 01, 31, 00, 00, 00, 01, 00, D0, 0C}
  63. ###############################################################################
  64. #config2: use DCDC in CE, use Tx_Pwr_Req, set CFG2 mode, SLALM,
  65. #monitoring 5V from DCDC, 3.3V for both RM and CM, DCDCWaitTime=4.2ms
  66. #NXP_EXT_TVDD_CFG_2={20, 02, 0F, 01, A0, 0E, 0B, 11, 01, C2, B2, 00, B2, 1E, 1F, 00, D0, 0C}
  67. ###############################################################################
  68. # Core configuration rf field filter settings to enable set to 01 to disable set
  69. # to 00 last bit
  70. #NXP_CORE_RF_FIELD={ 20, 02, 05, 01, A0, 62, 01, 00 }
  71. ###############################################################################
  72. # To enable i2c fragmentation set i2c fragmentation enable 0x01 to disable set
  73. # to 0x00
  74. #NXP_I2C_FRAGMENTATION_ENABLED=0x00
  75. ###############################################################################
  76. #set autonomous mode
  77. # disable autonomous 0x00
  78. # enable autonomous 0x01
  79. NXP_CORE_SCRN_OFF_AUTONOMOUS_ENABLE=0x00
  80. ###############################################################################
  81. #Enable SWP full power mode when phone is power off
  82. #NXP_SWP_FULL_PWR_ON=0x00
  83. ################################################################################
  84. #This is used to configure UICC2 or UICC3 at boot time.
  85. # UICC2 0x04
  86. # UICC3 0x08
  87. NXP_DEFAULT_UICC2_SELECT=0x04
  88. ###############################################################################
  89. # CE when Screen state is locked
  90. # This setting is for DEFAULT_AID_ROUTE,
  91. # DEFAULT_DESFIRE_ROUTE and DEFAULT_MIFARE_CLT_ROUTE
  92. # Disable 0x00
  93. # Enable 0x01
  94. NXP_CE_ROUTE_STRICT_DISABLE=0x01
  95. ###############################################################################
  96. #Timeout in secs to get NFCEE Discover notification
  97. NXP_DEFAULT_NFCEE_DISC_TIMEOUT=20
  98. ###############################################################################
  99. NXP_DEFAULT_NFCEE_TIMEOUT=20
  100. ###############################################################################
  101. #Timeout in secs
  102. NXP_SWP_RD_START_TIMEOUT=0x0A
  103. ###############################################################################
  104. #Timeout in secs
  105. NXP_SWP_RD_TAG_OP_TIMEOUT=0x01
  106. ###############################################################################
  107. #Set the default AID route Location :
  108. #This settings will be used when application does not set this parameter
  109. # host 0x00
  110. # eSE 0x01
  111. # UICC 0x02
  112. # UICC2 0x03
  113. DEFAULT_AID_ROUTE=0x01
  114. ###############################################################################
  115. #Set the Mifare Desfire route Location :
  116. #This settings will be used when application does not set this parameter
  117. # host 0x00
  118. # eSE 0x01
  119. # UICC 0x02
  120. # UICC2 0x03
  121. DEFAULT_DESFIRE_ROUTE=0x01
  122. ###############################################################################
  123. #Set the Mifare CLT route Location :
  124. #This settings will be used when application does not set this parameter
  125. # host 0x00
  126. # eSE 0x01
  127. # UICC 0x02
  128. # UICC2 0x03
  129. DEFAULT_MIFARE_CLT_ROUTE=0x01
  130. ###############################################################################
  131. #Set the Felica CLT route Location :
  132. #This settings will be used when application does not set this parameter
  133. # eSE 0x01
  134. # UICC 0x02
  135. # UICC2 0x03
  136. DEFAULT_FELICA_CLT_ROUTE=0x01
  137. ###############################################################################
  138. #Set the default AID Power state :
  139. #This settings will be used when application does not set this parameter
  140. # bit pos 0 = Switch On
  141. # bit pos 1 = Switch Off
  142. # bit pos 2 = Battery Off
  143. # bit pos 3 = Screen On lock
  144. # bit pos 4 = Screen off unlock
  145. # bit pos 5 = Screen Off lock
  146. DEFAULT_AID_PWR_STATE=0x39
  147. ###############################################################################
  148. #Set the Mifare Desfire Power state :
  149. #This settings will be used when application does not set this parameter
  150. # bit pos 0 = Switch On
  151. # bit pos 1 = Switch Off
  152. # bit pos 2 = Battery Off
  153. # bit pos 3 = Screen On lock
  154. # bit pos 4 = Screen off unlock
  155. # bit pos 5 = Screen Off lock
  156. DEFAULT_DESFIRE_PWR_STATE=0x3B
  157. ###############################################################################
  158. #Set the Mifare CLT Power state :
  159. #This settings will be used when application does not set this parameter
  160. # bit pos 0 = Switch On
  161. # bit pos 1 = Switch Off
  162. # bit pos 2 = Battery Off
  163. # bit pos 3 = Screen On lock
  164. # bit pos 4 = Screen off unlock
  165. # bit pos 5 = Screen Off lock
  166. DEFAULT_MIFARE_CLT_PWR_STATE=0x3B
  167. ###############################################################################
  168. #Set the Felica CLT Power state :
  169. #This settings will be used when application does not set this parameter
  170. # bit pos 0 = Switch On
  171. # bit pos 1 = Switch Off
  172. # bit pos 2 = Battery Off
  173. # bit pos 3 = Screen On lock
  174. # bit pos 4 = Screen off unlock
  175. # bit pos 5 = Screen Off lock
  176. DEFAULT_FELICA_CLT_PWR_STATE=0x3B
  177. ###############################################################################
  178. #Set the default Felica T3T System Code OffHost route Location :
  179. #This settings will be used when application does not set this parameter
  180. # host 0x00
  181. # eSE 0x01
  182. # UICC 0x02
  183. # UICC2 0x03
  184. DEFAULT_SYS_CODE_ROUTE=0xC0
  185. ###############################################################################
  186. # AID Matching platform options
  187. # AID_MATCHING_L 0x01
  188. # AID_MATCHING_K 0x02
  189. #AID_MATCHING_PLATFORM=0x01
  190. ###############################################################################
  191. # P61 interface options
  192. # NFC 0x01
  193. # SPI 0x02
  194. NXP_P61_LS_DEFAULT_INTERFACE=0x01
  195. ###############################################################################
  196. # P61 LTSM interface options
  197. # NFC 0x01
  198. # SPI 0x02
  199. NXP_P61_LTSM_DEFAULT_INTERFACE=0x01
  200. ###############################################################################
  201. #CHINA_TIANJIN_RF_SETTING
  202. #Enable 0x01
  203. #Disable 0x00
  204. #NXP_CHINA_TIANJIN_RF_ENABLED=0x01
  205. ###############################################################################
  206. #SWP_SWITCH_TIMEOUT_SETTING
  207. # Allowed range of swp timeout setting is 0x00 to 0x3C [0 - 60].
  208. # Timeout in milliseconds, for example
  209. # No Timeout 0x00
  210. # 10 millisecond timeout 0x0A
  211. #NXP_SWP_SWITCH_TIMEOUT=0x0A
  212. ###############################################################################
  213. # Flashing Options Configurations
  214. # FLASH_UPPER_VERSION 0x01
  215. # FLASH_DIFFERENT_VERSION 0x02
  216. # FLASH_ALWAYS 0x03
  217. NXP_FLASH_CONFIG=0x01
  218. ###############################################################################
  219. # P61 interface options for JCOP Download
  220. # NFC 0x01
  221. # SPI 0x02
  222. NXP_P61_JCOP_DEFAULT_INTERFACE=0x01
  223. ###############################################################################
  224. # Option to perform LS update every boot
  225. # Enable 0x01
  226. # Disable 0x00
  227. NXP_LS_FORCE_UPDATE_REQUIRED=0x00
  228. ###############################################################################
  229. # Option to perform JCOP update every boot
  230. # Enable 0x01
  231. # Disable 0x00
  232. NXP_JCOP_FORCE_UPDATE_REQUIRED=0x00
  233. ###############################################################################
  234. # P61 JCOP OS download options
  235. # FRAMEWORK API BY APPLICATION 0x00
  236. # AT BOOT_TIME 0x01
  237. NXP_JCOPDL_AT_BOOT_ENABLE=0x00
  238. ###############################################################################
  239. # Loader service version
  240. # NFC service checks for LS version 2.0 or 2.1
  241. # LS2.0 0x20
  242. # LS2.1 0x21
  243. # LS2.2 0x22
  244. # AT NFC service intialization
  245. NXP_LOADER_SERVICE_VERSION=0x22
  246. ###############################################################################
  247. #Timeout value in milliseconds for NFCC standby mode.The range is between 5000
  248. #msec to 20000 msec and zero is to disable.
  249. NXP_NFCC_STANDBY_TIMEOUT=20000
  250. ###############################################################################
  251. #Dynamic RSSI feature enable
  252. # Disable 0x00
  253. # Enable 0x01
  254. NXP_AGC_DEBUG_ENABLE=0x00
  255. ###############################################################################
  256. #Virtual Mode ESE and Wired Mode ongoing delay Wired Mode
  257. # For Technology routing to ESE Technology Mask = 4
  258. # For ISO-DEP Protocol routing to ESE Mask = 2
  259. # It can also take TECH|PROTO = 6
  260. # To ignore the delay set mask to = 0
  261. #NXP_ESE_WIRED_PRT_MASK=0x00
  262. ###############################################################################
  263. #Virtual Mode UICC and Wired Mode ongoing delay Wired Mode
  264. #For Technology routing to UICC Technology Mask = 4
  265. #For ISO-DEP Protocol routing to UICC set Mask = 2
  266. #For Select AID Routing to UICC set Mask = 1
  267. #It can also take values TECH|PROTO|SELECT_AID = 7 , 6 , 5 ,3 .To ignore delay
  268. #set mask = 0
  269. #NXP_UICC_WIRED_PRT_MASK=0x00
  270. ################################################################################
  271. #RF field true delay Wired Mode
  272. # delay wired mode = 1
  273. # allow wired mode = 0
  274. #NXP_WIRED_MODE_RF_FIELD_ENABLE=0x00
  275. ###############################################################################
  276. #Config to allow adding aids
  277. #NFC on/off is required after this config
  278. #1 = enabling adding aid to NFCC routing table.
  279. #0 = disabling adding aid to NFCC routing table.
  280. NXP_ENABLE_ADD_AID=0x01
  281. ###############################################################################
  282. # JCOP-3.3 continuous process timeout in msec and value should be in Hexadecimal
  283. # JCOP CP TIMEOUT
  284. NXP_CP_TIMEOUT={00, 77}
  285. ###############################################################################
  286. # Bail out mode
  287. # If set to 1, NFCC is using bail out mode for either Type A or Type B poll.
  288. NFA_POLL_BAIL_OUT_MODE=0x01
  289. ###############################################################################
  290. # Enable/Disable Block Route feature.
  291. # Block Route will restrict routing to first matched rule
  292. # Block Route enable 0x01
  293. # Block Route disable 0x00
  294. NFA_BLOCK_ROUTE=0x00
  295. ###############################################################################
  296. # White list of Hosts
  297. # This values will be the Hosts(NFCEEs) in the HCI Network.
  298. DEVICE_HOST_WHITE_LIST={C0, 80}
  299. ###############################################################################
  300. # Choose the presence-check algorithm for type-4 tag. If not defined, the default value is 1.
  301. # 0 NFA_RW_PRES_CHK_DEFAULT; Let stack selects an algorithm
  302. # 1 NFA_RW_PRES_CHK_I_BLOCK; ISO-DEP protocol's empty I-block
  303. # 2 NFA_RW_PRES_CHK_ISO_DEP_NAK; Type - 4 tag protocol iso-dep nak presence check
  304. # command is sent waiting for rsp and ntf.
  305. PRESENCE_CHECK_ALGORITHM=2
  306. ###############################################################################
  307. # Enable/Disable checking default proto SE Id
  308. # Disable 0x00
  309. # Enable 0x01
  310. NXP_CHECK_DEFAULT_PROTO_SE_ID=0x01
  311. ###############################################################################
  312. # Vendor Specific Proprietary Protocol & Discovery Configuration
  313. # Set to 0xFF if unsupported
  314. # byte[0] NCI_PROTOCOL_18092_ACTIVE
  315. # byte[1] NCI_PROTOCOL_B_PRIME
  316. # byte[2] NCI_PROTOCOL_DUAL
  317. # byte[3] NCI_PROTOCOL_15693
  318. # byte[4] NCI_PROTOCOL_KOVIO
  319. # byte[5] NCI_PROTOCOL_MIFARE
  320. # byte[6] NCI_DISCOVERY_TYPE_POLL_KOVIO
  321. # byte[7] NCI_DISCOVERY_TYPE_POLL_B_PRIME
  322. # byte[8] NCI_DISCOVERY_TYPE_LISTEN_B_PRIME
  323. NFA_PROPRIETARY_CFG={05, FF, FF, 06, 81, 80, 70, FF, FF}
  324. ###############################################################################
  325. # SVDD sync off Delay in ms it can be max 20 ms
  326. # If out of range timeout used, default delay of 10ms will be set
  327. #NXP_SVDD_SYNC_OFF_DELAY=10
  328. ###############################################################################
  329. #NXP_CN_TRANSIT_BLK_NUM_CHECK_ENABLE
  330. #Enable/Disable block number checks for china transit use case
  331. #Enable 0x01
  332. #Disable 0x00
  333. #NXP_CN_TRANSIT_BLK_NUM_CHECK_ENABLE=0x01
  334. ###############################################################################
  335. #This config will enable different level of Rf transaction debugs based on the
  336. #following values provided. Decoded information will be printed in adb logcat
  337. #Debug Mode Levels
  338. #Disable Debug 0x00
  339. #L1 Debug 0x01
  340. #L2 Debug 0x02
  341. #L1 & L2 Debug 0x03
  342. #L1 & L2 & RSSI 0x04
  343. #L1 & L2 & Felica 0x05
  344. NXP_CORE_PROP_SYSTEM_DEBUG=0x00
  345. ###############################################################################
  346. #Enable NXP NCI runtime parser library
  347. #Enable 0x01
  348. #Disable 0x00
  349. NXP_NCI_PARSER_LIBRARY=0x00
  350. ###############################################################################
  351. # Wired mode resume timeout vaule in wired mode resume feature enable
  352. # DWP resume time out in ms( 4 bytes hex value and LSB first)
  353. #example 1000 = 0x03E8
  354. #exmaple 2000 = 0x07D0
  355. #example 500 = 0x01F4
  356. #NXP_WIREDMODE_RESUME_TIMEOUT={E8,03,00,00}
  357. ###############################################################################
  358. # Power to eSE is controlled by DH or PMU depending on following configurations
  359. #define DH_PWR_CONTROL 1
  360. #define PMU_PWR_CONTROL 2
  361. #NXP_ESE_POWER_DH_CONTROL=1
  362. ###############################################################################
  363. # Timeout value in milliseconds for wired mode resume after RF field event timeout
  364. #NXP_NFCC_RF_FIELD_EVENT_TIMEOUT=3000
  365. ###############################################################################
  366. # NXP PMU Support configuration is sent if PMU_PWR_CONTROL is configured
  367. # External PMU available in phone ON and phone OFF case if NXP_ESE_POWER_EXT_PMU=1
  368. # External PMU available only in phone ON case if NXP_ESE_POWER_EXT_PMU=2
  369. #NXP_ESE_POWER_EXT_PMU=2
  370. ###############################################################################
  371. # Whether to allow wired mode in desfire and mifare CLT
  372. # Disable 0x00
  373. # Enable 0x01
  374. #NXP_ALLOW_WIRED_IN_MIFARE_DESFIRE_CLT=0x00
  375. ###############################################################################
  376. # Send DWP interface reset command as part of SE open
  377. # Disable 0x00
  378. # Enable 0x01
  379. NXP_DWP_INTF_RESET_ENABLE=0x00
  380. ###############################################################################
  381. # Timeout value in milliseconds for JCOP OS download to complete
  382. OS_DOWNLOAD_TIMEOUT_VALUE=60000
  383. ###############################################################################
  384. # Timeout value in milliseconds to send response for Felica command received
  385. NXP_HCEF_CMD_RSP_TIMEOUT_VALUE=5000
  386. ###############################################################################
  387. # Forcing HOST to listen for a selected protocol
  388. # 0x00 : Disable Host Listen
  389. # 0x01 : Enable Host to Listen (A) for ISO-DEP tech A
  390. # 0x02 : Enable Host to Listen (B) for ISO-DEP tech B
  391. # 0x04 : Enable Host to Listen (F) for T3T Tag Type Protocol tech F
  392. # 0x07 : Enable Host to Listen (ABF)for ISO-DEP tech AB & T3T Tag Type Protocol tech F
  393. HOST_LISTEN_TECH_MASK=0x07
  394. ###############################################################################
  395. # Enable forward functionality
  396. # Disable 0x00
  397. # Enable 0x01
  398. FORWARD_FUNCTIONALITY_ENABLE=0x01
  399. ###############################################################################
  400. # Configure the NFC Extras to open and use a static pipe. If the value is
  401. # not set or set to 0, then the default is use a dynamic pipe based on a
  402. # destination gate (see NFA_HCI_DEFAULT_DEST_GATE). Note there is a value
  403. # for each EE (ESE/SIM)
  404. OFF_HOST_ESE_PIPE_ID=0x19
  405. OFF_HOST_SIM_PIPE_ID=0x70
  406. ###############################################################################
  407. #Set the Felica T3T System Code Power state :
  408. #This settings will be used when application does not set this parameter
  409. # bit pos 0 = Switch On
  410. # bit pos 1 = Switch Off
  411. # bit pos 2 = Battery Off
  412. # bit pos 3 = Screen On lock
  413. # bit pos 4 = Screen off unlock
  414. # bit pos 5 = Screen Off lock
  415. DEFAULT_SYS_CODE_PWR_STATE=0x39
  416. ###############################################################################
  417. #Default Secure Element route id
  418. DEFAULT_OFFHOST_ROUTE=0x02
  419. ###############################################################################
  420. #Maximum SMB transceive wait for response
  421. NXP_SMB_TRANSCEIVE_TIMEOUT=2000
  422. ###############################################################################
  423. # Firmware file type
  424. #.so file 0x01
  425. #.bin file 0x02
  426. NXP_FW_TYPE=0x01
  427. ############################################################################
  428. # Extended APDU length for ISO_DEP
  429. ISO_DEP_MAX_TRANSCEIVE=0xFEFF
  430. #########################################################################
  431. # Support for Amendment I SEMS specification
  432. # Support SEMS Amendment I 0x01
  433. # Support NXP LS client 0x00
  434. NXP_GP_AMD_I_SEMS_SUPPORTED=0x01
  435. #########################################################################
  436. # Enable/Disable default route to host in case default se is not active
  437. # Disable feature 0x00
  438. # Enable feature 0x01
  439. NXP_CHECK_DEFAULT_PROTO_SE_ID=0x01
  440. ###############################################################################
  441. # Assign terminal number to each interface based on system config
  442. NXP_SPI_SE_TERMINAL_NUM="eSE1"
  443. ###############################################################################
  444. #########################################################################
  445. # Assign terminal number to each interface based on system config
  446. NXP_VISO_SE_TERMINAL_NUM="eSE3"
  447. ###############################################################################
  448. #########################################################################
  449. # Assign terminal number to each interface based on system config
  450. NXP_NFC_SE_TERMINAL_NUM="eSE2"
  451. ###############################################################################
  452. ############################
  453. ## libnfc-nxp_RF.conf
  454. ###############################################################################
  455. # NXP RF configuration ALM/PLM settings
  456. # This section needs to be updated with the correct values based on the platform
  457. #PMU_CFG
  458. NXP_RF_CONF_BLK_1={20, 02, 30, 01,
  459. A0, 0E, 2C, F0, 00, 3E, 11, E4, E4, E4, 00, 00, 00, 00, 00, A7, 8E, FF, FF,
  460. 23, 23, 23, 23, 0A, 00, 00, 00, 00, 02, 00, 00, 01, 00, 10, 00, 04, 00, 00,
  461. 00, 17, 40, FF, 07, 13, 07, 05, 13
  462. }
  463. ###############################################################################
  464. # NXP RF configuration ALM/PLM settings
  465. # This section needs to be updated with the correct values based on the platform
  466. #DPC_SETTINGS
  467. NXP_RF_CONF_BLK_2={20, 02, B6, 01,
  468. A0, 0B, B2, 00, 00, 00, 14, 6A, 2A, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00,
  469. 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00,
  470. 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00,
  471. 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00,
  472. 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00,
  473. 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00,
  474. 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00,
  475. 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00,
  476. 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00,
  477. 00, 00, 00, 00, 00, 00, 00, 00, 00, 00
  478. }
  479. ###############################################################################
  480. # NXP RF configuration ALM/PLM settings
  481. # This section needs to be updated with the correct values based on the platform
  482. NXP_RF_CONF_BLK_3={20, 02, 2E, 05,
  483. A0, 0D, 06, 10, 84, 30, 00, 00, 00,
  484. A0, 0D, 06, 10, 60, 34, C9, 04, 00,
  485. A0, 0D, 06, 60, 4E, FF, FF, FF, 01,
  486. A0, 0D, 06, 60, 4F, FF, FF, FF, 01,
  487. A0, 0D, 06, 60, 50, FF, FF, FF, 3F
  488. }
  489. ###############################################################################
  490. # NXP RF configuration ALM/PLM settings
  491. # This section needs to be updated with the correct values based on the platform
  492. #NXP_RF_CONF_BLK_4={
  493. #}
  494. ###############################################################################
  495. # NXP RF configuration ALM/PLM settings
  496. # This section needs to be updated with the correct values based on the platform
  497. #NXP_RF_CONF_BLK_5={
  498. #}
  499. ###############################################################################
  500. # NXP RF configuration ALM/PLM settings
  501. # This section needs to be updated with the correct values based on the platform
  502. #NXP_RF_CONF_BLK_6={
  503. #}
  504. NXP_RF_CONF_MAX_NUM=3
  505. ###############################################################################
  506. # Core configuration extensions
  507. # It includes
  508. # Wired mode settings A0ED, A0EE
  509. # Tag Detector A040, A041, A043
  510. # Low Power mode A007
  511. # Clock settings A002, A003
  512. # PbF settings A008
  513. # Clock timeout settings A004
  514. # eSE (SVDD) PWR REQ settings A0F2
  515. # Window size A0D8
  516. # DWP Speed A0D5
  517. # How eSE connected to PN553 A012
  518. # UICC2 bit rate A0D1
  519. # SWP1A interface A0D4
  520. # DWP intf behavior config, SVDD Load activated by default if set to 0x31 A037
  521. NXP_CORE_CONF_EXTN={20, 02, 09, 02,
  522. A0, EC, 01, 01,
  523. A0, ED, 01, 01
  524. }
  525. # A0, 40, 01, 00
  526. # A0, F2, 01, 01,
  527. # A0, 41, 01, 02,
  528. # A0, 43, 01, 04,
  529. # A0, 02, 01, 01,
  530. # A0, 03, 01, 11,
  531. # A0, 07, 01, 03,
  532. # A0, 08, 01, 01
  533. # }
  534. ###############################################################################
  535. # Core configuration settings
  536. NXP_CORE_CONF={ 20, 02, 30, 10,
  537. 28, 01, 00,
  538. 21, 01, 00,
  539. 30, 01, 04,
  540. 31, 01, 00,
  541. 32, 01, 60,
  542. 38, 01, 01,
  543. 33, 00,
  544. 54, 01, 06,
  545. 50, 01, 02,
  546. 5B, 01, 00,
  547. 80, 01, 01,
  548. 81, 01, 01,
  549. 82, 01, 0E,
  550. 18, 01, 01,
  551. 68, 01, 01,
  552. 85, 01, 01
  553. }
  554. ###############################################################################