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晶振内部匹配电容值

Other Parts Discussed in Thread: CC2640

#define SET_CCFG_MODE_CONF_XOSC_CAP_MOD              0x0        // Apply cap-array delta //#define 

 #define SET_CCFG_MODE_CONF_XOSC_CAPARRAY_DELTA          0xFF       // Signed 8-bit value, directly modifying trimmed XOSC cap-array value #endif

在ccfg.c文件里修改此处(0xFF)的值,匹配电容值有变化效果,但想在函数里动态修改此值,却不起作用,无法改变此寄存器值。