This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

CC1310 ccfg XOSC override settings设置

Other Parts Discussed in Thread: CC1310

请教大家一个问题:

CC1310 SDK为simplelink_cc13x0_sdk_1_60_00_21 例程为Sensor和Collector

请问Sensor例程中,ccfg.c中的

//#####################################
// XOSC override settings
//#####################################

#ifndef SET_CCFG_SIZE_AND_DIS_FLAGS_DIS_XOSC_OVR
#define SET_CCFG_SIZE_AND_DIS_FLAGS_DIS_XOSC_OVR 0x0 // Enable override
//#define SET_CCFG_SIZE_AND_DIS_FLAGS_DIS_XOSC_OVR 0x1 // Disable override
#endif

这个应该如何配置?这个宏定义作用是什么?