• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1###############################################################################
2# System clock source selection configuration
3#define CLK_SRC_XTAL       1
4#define CLK_SRC_PLL        2
5NXP_SYS_CLK_SRC_SEL=0x02
6
7###############################################################################
8# System clock frequency selection configuration
9#define CLK_FREQ_13MHZ         1
10#define CLK_FREQ_19_2MHZ       2
11#define CLK_FREQ_24MHZ         3
12#define CLK_FREQ_26MHZ         4
13#define CLK_FREQ_38_4MHZ       5
14#define CLK_FREQ_52MHZ         6
15NXP_SYS_CLK_FREQ_SEL=0x02
16
17###############################################################################
18# The timeout value to be used for clock request acknowledgment
19# min value = 0x01 to max = 0x06
20#NXP_SYS_CLOCK_TO_CFG=0x06
21
22###############################################################################
23# The delay to try to start PLL/XTAL when using sys clock 256/fc units = ~18.8 us
24# min value = 0x01 to max = 0x1F
25#NXP_CLOCK_REQ_DELAY=0x16
26
27###############################################################################
28# MAX 20 RF configuration blocks are supported by MW.
29# NXP RF configuration ALM/PLM settings
30# This section needs to be updated with the correct values based on the platform
31#NXP_RF_CONF_BLK_1={
32#}
33
34###############################################################################
35# NXP RF configuration ALM/PLM settings
36# This section needs to be updated with the correct values based on the platform
37#NXP_RF_CONF_BLK_2={
38#}
39
40###############################################################################
41# NXP RF configuration ALM/PLM settings
42# This section needs to be updated with the correct values based on the platform
43#NXP_RF_CONF_BLK_3={
44#}
45
46###############################################################################
47# NXP RF configuration ALM/PLM settings
48# This section needs to be updated with the correct values based on the platform
49#NXP_RF_CONF_BLK_4={
50#}
51
52###############################################################################
53# NXP RF configuration ALM/PLM settings
54# This section needs to be updated with the correct values based on the platform
55#NXP_RF_CONF_BLK_5={
56#}
57
58###############################################################################
59# NXP RF configuration ALM/PLM settings
60# This section needs to be updated with the correct values based on the platform
61#NXP_RF_CONF_BLK_6={
62#}
63
64
65###############################################################################
66