Part Number: MSP430F2272
Hello,
I'm trying to use the factory calibration for a MSP430F2272IYFFT.
I'm using the following code to derive 1MHz.
BCSCTL1 = CALBC1_1MHZ;
DCOCTL = CALDCO_1MHZ;
Measured SMCLK clock is 870 ~910KHz.
I think this frequency is bad. Because it is much slower than 1MHz.
This is outside the tolerance range.
Other frequencies are the same.
External crystal isn't on my board so I can't calibrate and rewrite DCO data.
How can I calibrate DCO without external clock source (32768Hz Cystal)?