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.

nvic_pri

How can i set the priority at nvic_pri register.. what's the page no in datasheet.. can't find anything there

  • By "nvic_pri", I assume you mean the interrupt priority registers in the NVIC. If that's true, you can call the IntPrioritySet() function in DriverLib to set these values. You will find this documented in the Peripheral Driver Library User's Guide which you will find in the TivaWare installation under docs/SW-TM4C-DRL-UG-xxxxx.pdf.