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.

CCS/MSP430FR6972: msp430fr6972

Part Number: MSP430FR6972

Tool/software: Code Composer Studio

Hello,

I have customized board of MSO430FR6972,

I am using UART0(UCA0TXD , pin No. : P2.0)

I transmit data with Baud rate 9600 bps,2400 bps, 4800bps.

The UART is working.

The Terminal used is : UART Assist,

The calculation is according to the data sheet.

But  if I use the Baud Rate 600bps,

And Transmit Data,'  :

  1) The first time the Transmitted data is Correct,

   2) After some time I stop transmitting...

         And again start transmit  the Data : this time the transmitted the wrong Data.

     My values are  :  ACLK : 32768,

                               UCA0BR0 : 3,

                              UCA0MCTLW : 0xB561,  ( FOR 0.61 : 0xB500 , UCBRSX : 6   &   UCOS16  =1 )