Tool/software: Code Composer Studio
Hello, I am trying to read the text message from my phone using AT+CMGR=1 command. I am using UART1 for receiving the message. But TIVA UART can hold only up to 16 Bytes and my actual data is present in between 30 to 35 Bytes. How to read all the data through UART ?