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.

Prioritize interrupt in TM4C129

Hi all,

I'm using TM4C129x controller in my project. I'm trying to prioritize  UART5 interrupt, how I can do this?
I'm not using CCS IDE to code it. I need to do with register settings. I'm confused with the process of doing it.
Please help me with procedure and example code. Which registers and all I need to configure for this.

thank you
Basavanagouda

  • Hello Basavanagouda,

    I would suggest you have a look at the TivaWare examples and driver library and its associated documentation. TivaWare includes all source so you should be able to easily port these drivers to what every methodology you are using or at least use them as a guideline to creating your own drivers. I would also suggest you visit the datasheet section 2.5.4 for more information on setting interrupt priorities.

    Finally, please note that the TivaWare was developed with support for multiple IDEs and it is not CCS exclusive. It also supports development in IAR, GCC, and Keil.

    Regards,
    Chuck Davenport