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/TMS320F2808: GPIO and UART

Part Number: TMS320F2808


Tool/software: Code Composer Studio

I'd like to read and write from and to the GPIO pins and transmit data to a chost PC using UART. Currently, I'm using a modified version of the echoback example. However, the function requires me to send a string rather than a int. I've tried to convert before sending however I usually end up with garbage data. Is there any other way?