Hello Experts,
I'm trying to set DCO to 6MHz with FLL but failed. I wrote below code.
        CSCTL1 |= DCORSEL_3;                    // Set DCO = 6MHz
        CSCTL2 = FLLD_0 + 182;                  // (182 + 1) * 32768 = 5.997MHz
        CSCTL0 |= DCO8;                          // set starting DCO tap is 256
In above case, CSCTL0,DCOx becomes all 0 while CSCTL0.DCOx becomes all 1 in case that "CSCTL1 |= DCORSEL_2".
How can we set DCO to 6MHz appropriately?
Regards,
Hisao Uchikoshi
 
				 
		 
					 
                          