About the default Interrupt Prioriy of KE06 MCU

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

About the default Interrupt Prioriy of KE06 MCU

1,024 次查看
freei
Contributor I

Where can I find the default interrupt priority of Ke06 MCU ? If I don't change the defalut mode,IRQ12 's priority is higher than IRQ17?

Can I Set IRQ17's priority higher than IRQ12 by setting the NVICIPR4 register?

Thanks!

标签 (1)
0 项奖励
回复
1 回复

896 次查看
pavel_krenek
NXP Employee
NXP Employee

Hello,

default priority of all interrupts on KE06 (ARM cortex M0+ core) are 0, that means the highest possible priority. If you would like to change the priority to higher for IRQ17 you have to change all other used interrupts to lower value that for IRQ17.

Best regards,

Pavel

0 项奖励
回复