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.

Unsure how to set up UART interrupt handler with RTOS

Other Parts Discussed in Thread: CC3200

Hello,

I am working with the CC3200 MQTT client example from the SDK. I'm trying to set it up to receive characters through the UART when the UART RX interrupt is triggered. Since I'm new to RTOS I don't know how to set up the interrupt handler or register the interrupt. If someone could show me an example of how to do this that would be great.

I tried using UARTA1 but as soon as I set up this UART I get sent to FaultISR(void) in startup_ccs.c. I didn't use interrupts this was just normal setup in uart_if.c. I thought it could be that the project was using LEDs on pins 1 and 2 so I disabled all the led functionality but its the same result. What causes this fault?

Regards,

Andrew