• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1###############################################################################
2#Board Variants and Versions are defined below:
3#BOARD_VARIANT_NXPREF    0x01
4#BOARD_NXPREF_VERSIONS(0x01, 0x02)
5
6#BOARD_VARIANT_CUSTREF1  0x2A
7#BOARD_CUSTREF1_VERSIONS(0x01,0x02,0x03)
8
9UWB_BOARD_VARIANT_CONFIG=0x01
10UWB_BOARD_VARIANT_VERSION=0x01
11
12###############################################################################
13#Extended ConfigID
14#DELAY_CALIBRATION_VALUE    E400
15#AOA_CALIBRATION_CTRL       E401
16#DPD_WAKEUP_SRC             E402
17#WTX_COUNT_CONFIG           E403
18#DPD_ENTRY_TIMEOUT          E404
19#WIFI_COEX_FEATURE          E405
20  ##Note: WIFI COEX CONFIG Disabled by default, if required add the
21  ##      config (E4, 05, 04, 00, 3C, 1E, 1E) and update the
22  ##      Lentgh and number of parameter accordingly in the header part.
23  ##      WIFI COEX feature supports only in user binary.
24#GPIO_USAGE_CONFIG          E408
25  ##Note: Configure the GPIO for multiple purposes depending on usecase ID
26  ##      config(E4, 08, 03, 00, 00, 00)
27  ##      Length and number of parameter accordingly in the header part.
28#CLK_CONFIG_CTRL            E430
29  ##Note: Config for clock source selection and refer UCI specification
30  ##      for more information.
31#UWB_WLAN_5GHZ_CHANNEL_INTERFERENCE_LIST  E432
32  ##Note: List of problematic channels in 5GHz Range, if required add
33  ##      config (E4, 32, 03, 120, 124, 128) and update the
34  ##      Length and number of parameters accordingly in header part.
35#TX_PULSE_SHAPE_CONFIG      E428
36# Refer the NXP UCI specification for below configs
37#ANTENNA_RX_IDX_DEFINE   E460
38#ANTENNA_TX_IDX_DEFINE   E461
39#ANTENNA_RX_PAIR_DEFINE  E462
40#WIFI_CO_EX_CH_CFG       E464
41 ## Note: Select wifi co-ex channel config
42 ##       b0: Channel 5, Set to 1 enable Wifi Co-ex on Channel 5
43 ##       b1: Channel 6, Set to 1 enable Wifi Co-ex on Channel 6
44 ##       b2: Channel 8, Set to 1 enable Wifi Co-ex on Channel 8
45 ##       b3: Channel 9, Set to 1 enable Wifi Co-ex on Channel 9
46 ##       b4:b7 - RFU
47 ##       WIFI_CO_EX_CH_CFG to be set when WIFI_COEX_FEATURE is enabled.
48 ##       If required, add config(E4, 64, 01, 01) to update Wifi Co-ex for
49 ##       all the channels and update the lentgh and number of parameter
50 ##       accordingly in the header part.
51UWB_CORE_EXT_DEVICE_DEFAULT_CONFIG={20, 04, 00, 40, 06,
52    E4, 03, 01, b4,
53    E4, 04, 02, f4, 01,
54    E4, 28, 04, 02, 02, 02, 00,
55    E4, 60, 13, 03, 01, 01, 02, 00, 02, 00, 02, 02, 01, 00, 01, 00, 03, 01, 02, 00, 00, 00,
56    E4, 61, 06, 01, 01, 01, 00, 00, 00,
57    E4, 62, 0D, 02, 01, 01, 02, 00, 00, 00, 02, 03, 02, 00, 00, 00
58}
59
60UWB_CORE_EXT_DEVICE_SR1XX_T_CONFIG={20, 04, 00, 40, 06,
61    E4, 03, 01, b4,
62    E4, 04, 02, f4, 01,
63    E4, 28, 04, 02, 02, 02, 00,
64    E4, 60, 13, 03, 01, 01, 02, 00, 02, 00, 02, 02, 01, 00, 01, 00, 03, 01, 02, 00, 00, 00,
65    E4, 61, 06, 01, 01, 01, 00, 00, 00,
66    E4, 62, 0D, 02, 01, 01, 02, 00, 00, 00, 02, 03, 02, 00, 00, 00
67}
68UWB_CORE_EXT_DEVICE_SR1XX_S_CONFIG={20, 04, 00, 24, 05,
69    E4, 03, 01, b4,
70    E4, 04, 02, f4, 01,
71    E4, 28, 04, 02, 02, 02, 00,
72    E4, 60, 07, 01, 01, 02, 01, 00, 01, 00,
73    E4, 61, 06, 01, 01, 01, 00, 00, 00
74}
75
76#LIST OF UWB CAPABILITY INFO NOT RECEIVED FROM UWBS
77# mapping device caps according to Fira 2.0
78# TODO: Remove once FW support available
79UWB_VENDOR_CAPABILITY={A7, 04, 01, 00, 00, 00,
80  A8, 04, 05, 00, 00, 00,
81  E3, 01, 01,
82  E4, 04, 64, 00, 00, 00,
83  E5, 04, 03, 00, 00, 00,
84  E6, 01, 01,
85  E7, 01, 01,
86  E8, 04, B0, 04, 00, 00,
87  E9, 04, 05, 00, 00, 00,
88  EA, 02, 09, 00
89}
90
91##Note: Session specific default app config configured here
92#ANTENNAS_CONFIGURATION_RX
93
94NXP_UWB_EXT_APP_DEFAULT_CONFIG={01, 03, 04, 01, 02, 01, 02}
95NXP_UWB_EXT_APP_SR1XX_T_CONFIG={01, 03, 04, 01, 02, 01, 02}
96NXP_UWB_EXT_APP_SR1XX_S_CONFIG={01, 03, 03, 00, 01, 01}
97
98##Note: Below configs are applicable in User_Mode FW only
99##Note: WIFI COEX CONFIG Disabled by default, if required add the
100  ##      config (E4, 05, 04, 00, 3C, 1E, 1E) and update the
101  ##      Lentgh and number of parameter accordingly in the header part.
102  ##      WIFI COEX feature supports only in user binary.
103#WIFI_COEX_UART_USER_CFG E437
104  ## UART based WiFi-CoEx Interface User Configuration. default value 0
105#FREQ_OF_UWB_REQ_WLAN_CHANNEL_INFO E439
106  ## Configure the frequency of UWB Requests to WLAN for getting WLAN Channel Information. Default value 3
107  ## if required add the
108  ##      config (E4, 39, 01, 03) and update the
109  ##      Length and number of parameter accordingly in the header part
110#GPIO_USAGE_CONFIG E4 08
111  ## Customer need to set the DPD_WAKEUP_SOURCE as 02 (GPIO1) before applying the GPIO_USAGE_CONFIG command to
112  ## enable time sync notification feature
113UWB_USER_FW_BOOT_MODE_CONFIG={20, 04, 00, 12, 03,
114    E4, 05, 04, 00, 3C, 1E, 1E,
115    E4, 02, 01, 00,
116    E4, 08, 03, 00, 00, 00
117}
118
119###############################################################################
120# Helios PROD Mode FW version
121# Make sure you push the Production FW while using this Macro
122NXP_UWB_PROD_FW_FILENAME="libsr100t_prod_fw.bin"
123
124# Helios Dev Mode FW version
125# Make sure you push the Dev Mode FW while using this Macro
126NXP_UWB_DEV_FW_FILENAME="libsr100t_dev_fw.bin"
127###############################################################################
128
129###############################################################################
130#enable or disable fw download logging
131UWB_FW_DOWNLOAD_LOG=0x00
132###############################################################################
133
134###############################################################################
135# set Crystal calibration settings
136# byte[0] No Of registers
137# byte[2-1] 38.4 MHz XTAL CAP1
138# byte[4-3] 38.4 MHz XTAL CAP2
139# byte[6-5] 38.4 MHz XTAL GM
140
141# NXP_UWB_XTAL_38MHZ_CONFIG={2F, 21, 00, 0A, 05, 01, 07, 03, 0F, 00, 0F, 00, 21, 00}
142
143###############################################################################
144# This config enable/disable the Vendor extended notifications
145# 00 for disable
146# 01 for enable
147NXP_UWB_EXTENDED_NTF_CONFIG={20, 04, 00, 05, 01, E4, 33, 01, 01}
148
149###############################################################################
150###############################################################################
151# Core Device configurations
152# Below sections needs to be updated with the correct values for needed core device configurations
153
154#NXP_CORE_CONF_BLK_1={}
155
156#NXP_CORE_CONF_BLK_2={}
157
158#NXP_CORE_CONF_BLK_3={}
159
160#NXP_CORE_CONF_BLK_4={}
161
162#NXP_CORE_CONF_BLK_5={}
163
164#NXP_CORE_CONF_BLK_6={}
165
166#NXP_CORE_CONF_BLK_7={}
167
168#NXP_CORE_CONF_BLK_8={}
169
170#NXP_CORE_CONF_BLK_9={}
171
172#NXP_CORE_CONF_BLK_10={}
173
174
175NXP_LOG_JNI_LOGLEVEL=0x05
176NXP_LOG_UCI_CORE_LOGLEVEL=0x05
177NXP_LOG_UCIHAL_LOGLEVEL=0x05
178NXP_LOG_FWDNLD_LOGLEVEL=0x05
179NXP_LOG_TML_LOGLEVEL=0x05
180NXP_LOG_UCIX_LOGLEVEL=0x05
181NXP_LOG_UCIR_LOGLEVEL=0x05
182NXP_LOG_EXTNS_LOGLEVEL=0x05
183
184###############################################################################
185# This config provides path of country code config file
186# Multiple path can be added to this.
187# Highest version country code conf file will be considered.
188COUNTRY_CODE_CAP_FILE_LOCATION={"vendor/etc/"}
189###############################################################################
190
191###############################################################################
192# This config provides option to configure binding and locking during uwb init
193# sequence with Mainline FW
194# by default this option is disabled, enable if required
195# binding and locking during uwb init [not allowed = 0x00, allowed = 0x01]
196###############################################################################
197UWB_BINDING_LOCKING_ALLOWED=0x00
198