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.

CC2340R5: HFXT Temperature Coefficients

Part Number: CC2340R5
Other Parts Discussed in Thread: SYSCONFIG

Hi, 

We have calculated HFXT temperature coefficients for our crystal oscillator, but when entering them is SysConfig it grossly oversimplifies them. 

PowerLPF3_initHFXTCompensation(0, /* floor(0.000137329 * 2^5) */
0, /* floor(-0.013961792 * 2^5) */
2, /* floor(0.074111938 * 2^5) */
704, /* floor(22.00201416 * 2^5) */
5, /* shift-value to bring floating-point coefficients to fixed-point */
false); /* FCFG trim-values available */

Can we enter the values manually? How does SysConfig generate the simplification? 

We expected at least (9, -915, 4857, 1441924, 16, false). 

Currently the values are regenerated with each build. 

Thanks.


EDIT: 

Sorry, my bad, i have entered the coefficients the wrong way around Slight smile

Issue fixed, topic can be closed.