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.
Hello everyone,
BCSCTL1 = CALBC1_1MHZ; // Set range
DCOCTL = CALDCO_1MHZ; // Set DCO step + modulation
In a simple dco vlo program,if we want to set the DCO frequency to 1Mhz then why we need to write the first line i.e BCSCTL1 = CALBC1_1MHZ
Why are you mentioning the VLO? These calibration values are not for the VLO but the DCO.
Both registers configure the DCO. BCSCTL1 does not have "DCO" in its name because it also affects other part of the clock system.
For how the clock module works, see chapter 5 of the User's Guide.
**Attention** This is a public forum