Experimentally, I would like to measure and correct for any 32MHz Xtal error.
(Measuring the RX frequency is problematic and the TX frequency drifts ~300Hz after entering TX mode.)
From ChuckWagon...
------------------------------
IOCFG3.GPIO3_CFG = 49; // see EXT_CLOCK in Table 10 in User Guide
ECG_CFG.EXT_CLOCK_FREQ = 64; default divisor of 64, only needs to be changed if a different divisor is needed.
This should output the crystal freq/64 on GPIO 3
------------------------------
Using a frequency counter, this will enable the measurement of the XTAL error itself.
How then best to apply a correction to the PLL which sets the actual TX/RX frequency?
Can adjusting FREQOFF0 & FREQOFF1 be utilized by applying some multiple?
Is there some other register which directly affects the input to the PLL?
