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/TM4C123GH6PM: error #138: expression must be a modifiable lvalue

Part Number: TM4C123GH6PM

Tool/software: Code Composer Studio

I was trying to code to print the characters on putty software using USART protocol.

This is my main code snippet

  

I'm getting this error? 

USER_DATA is the data type defined using structure in uart0.h library.

getsUart0(&info); function is codded in uart0.c. I have attached the uart0.c file for your further reference

Please do help me in getting rid of this error. I'm clueless.

Thank you