Other Parts Discussed in Thread: MSP430FR4133, MSP430G2553
i have tried various codes to configure the clock for msp430fr4133 as i only know how to do it in msp430g2553. Can you guide me on this.
//------------------- Configure the Clocks -------------------//
// Set DCO Clock = 1MHz //
if (CALBC1_1MHZ==0xFF || CALDCO_1MHZ==0xFF) // If calibration constant erased
while(1); // do not load, trap CPU!!
BCSCTL1 = CALBC1_8MHZ; // Set range
DCOCTL = CALDCO_8MHZ; // Set DCO step + modulation