I am performing small test application in C, I want to add new ISR routine for my custom task. I read some part of it to insert new ISR. Also i got few articles to generate interrupt (int 3 windbg DbgBreak interrupt).
The part of I am not able find is how to define PRIORITY for my interrupt, whether its at raising interrupt or while new ISR entry
Any help appreciated.