############################################################################### # System clock source selection configuration #define CLK_SRC_XTAL 1 #define CLK_SRC_PLL 2 NXP_SYS_CLK_SRC_SEL=0x02 ############################################################################### # System clock frequency selection configuration #define CLK_FREQ_13MHZ 1 #define CLK_FREQ_19_2MHZ 2 #define CLK_FREQ_24MHZ 3 #define CLK_FREQ_26MHZ 4 #define CLK_FREQ_38_4MHZ 5 #define CLK_FREQ_52MHZ 6 NXP_SYS_CLK_FREQ_SEL=0x02 ############################################################################### # The timeout value to be used for clock request acknowledgment # min value = 0x01 to max = 0x06 #NXP_SYS_CLOCK_TO_CFG=0x06 ############################################################################### # The delay to try to start PLL/XTAL when using sys clock 256/fc units = ~18.8 us # min value = 0x01 to max = 0x1F #NXP_CLOCK_REQ_DELAY=0x16 ############################################################################### # MAX 20 RF configuration blocks are supported by MW. # NXP RF configuration ALM/PLM settings # This section needs to be updated with the correct values based on the platform #NXP_RF_CONF_BLK_1={ #} ############################################################################### # NXP RF configuration ALM/PLM settings # This section needs to be updated with the correct values based on the platform #NXP_RF_CONF_BLK_2={ #} ############################################################################### # NXP RF configuration ALM/PLM settings # This section needs to be updated with the correct values based on the platform #NXP_RF_CONF_BLK_3={ #} ############################################################################### # NXP RF configuration ALM/PLM settings # This section needs to be updated with the correct values based on the platform #NXP_RF_CONF_BLK_4={ #} ############################################################################### # NXP RF configuration ALM/PLM settings # This section needs to be updated with the correct values based on the platform #NXP_RF_CONF_BLK_5={ #} ############################################################################### # NXP RF configuration ALM/PLM settings # This section needs to be updated with the correct values based on the platform #NXP_RF_CONF_BLK_6={ #} ###############################################################################