Part Number: MSP430G2231
Dear Team,
we are facing some issue with MSP430G2231 , need your help to clarify some doubts,
We are using msp430x20x2.h header file in our firmware instead of msp430g2231.h header file and while configuring clock we are using CALBC1_12MHZ micro, please find the code snippet below,
// Init Clock begin
BCSCTL1 = CALBC1_12MHZ + DIVA_2;
DCOCTL = CALDCO_12MHZ;
BCSCTL2 = DIVS_3; // SMCLK DIV 8
TACTL = TACLR + TASSEL_2 + ID_3 + MC_2; // Reset timer + SMCLK + Continues Up
TACCTL0 = CAP+OUTMOD2; // Disable compare
BCSCTL3 = LFXT1S_2;
// Init Clock end
But I don’t find CALBC1_12MHZ micro in msp430g2231.h file and I referred data sheet available for g2231, and I found out that there is no reference of CALBC1_12MHZ in the sheet,
So I want to know is it ok to use CALBC1_12MHZ with msp430g2231 controller.
Thank You In Advance.
Warm Regards,
Tanuja.