Hi,
This is a basic question about the MSP430 clock settings for MSP430G2xx series.
Is it required to use the code "clr.b &DCOCTL ; set lowest DCOx and MODx settings"
when setting the DCO clock.
The user guide and the sample code recommends below to set the DCO clock.
clr.b &DCOCTL ; set lowest DCOx and MODx settings
bis.b #DCO2+DCO1+DCO0, &DCOCTL ; select max DCO Tap
bis.b #RSEL0+RSEL1+RSEL2, &BCSCTL1 ; select range 7
Is it safe to remove the "clr.b &DCOCTL" line if we do not need to reconfigure the DCO during program
execution?
Regards.
Paddu.