Hello I have some problems with a UART comunication to pc, I use CCS to program my code and to debug the results I use Terminal. So my code works fine and do everything well, the biggest problem is the features dont appear well in Terminal window. Can anyone help me?I Send my code and image to apreciate
#include "msp.h"
int main(void){
UART_TxConfig();
}
void UART_TxConfig(void){
/*CLOCK SYSTEM SUPORT (CS)*/
CS->KEY = 0x695A;/*UNLOCK ALL 16 LSB CS REGISTERS*/
CS->CTL0 = 0;/*RESET PARAMETERS*/
CS->CTL0 = CS_CTL0_DCORSEL_5;/**/
/*CLOCK SYSTEM*/
/*SELA_2 ACLK = REFOCLK*/