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.

EK-TM4C123GXL with uC/OS-II: Running into a Unexpected Hard Fault

Other Parts Discussed in Thread: EK-TM4C123GXL

Hello, 

I'm using the EK-TM4C123GXL to help improve my programming skills. For this program I am writing, I am trying to use a hyperterminal (RealTerm) to send a string. The string is the name of a color (Blue, Green, Red, etc) to turn on the LEDs on board. I've got the LEDs to work but the issue is processing the input. 

If I only look at one character instead of the whole word from the hyperterminal using UARTgetc(), then the program works fine, but when I use UARTgets(), I run into the issue. I've left a comment with **ANN** to indicate where I'm running into an issue. 

I've attached the project to this post. If anyone could help point me in the right direction, I would greatly appreciate it! If there is anything else you'd like me to attach, please let me know. 

RGB UART.zip

Thanks,

Anson