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/MSP432P401R: MSP432

Part Number: MSP432P401R

Tool/software: Code Composer Studio

Hi Everyone, I'm currently working on MSP432P401R. I have question regarding Interrupt priority. How to set different Priority for different pins of same port such as PORT1. I tried a lot but didn't find any thing. 

NVIC ->  SetPriority(PORT1_IRQn, 7) this statement set the priority for whole PORT1. I want to set different Priority for P1.1 and P1.4. 

Thanks for help.