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.