Tool/software: Code Composer Studio
hello,
Im trying to send an acknowledgement after recieving the data but am not able to send a string after reception. ive taken my base code from the uart echo example and tried to add a string by removing the EUSCI_A0->RXBUF;in the below code. But only see '@' a lot in the terminal . Can you please help me out with this as im very much new to this .
// Echo the received character back
EUSCI_A0->TXBUF = EUSCI_A0->RXBUF;
}
}
