individual interrupt priority setting

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

individual interrupt priority setting

跳至解决方案
952 次查看
jinu_mohan
Contributor I

hi for setting interrupt priority setting  in IMXRT1060s we are using 

NVIC_SetPriority(GPIO6_7_8_9_IRQn, 4);

is there any method to set the individual priority of these combined interrupts

because currently we are using four interrupts in this combined irqn we need to set higher priority to one specific pin interrupt 

@kerryzhou 

标记 (1)
0 项奖励
1 解答
944 次查看
kerryzhou
NXP TechSupport
NXP TechSupport

Hi @jinu_mohan ,

  Thanks for your trust!

  You mean, in the internal group:GPIO6_7_8_9_IRQn, whether you can set the individual priority, right?

   No, to this one, it share the IRQ.

  So, if you want to set the infividual priority, you need to use the different IRQ.

 You can use this GPIO:

kerryzhou_0-1650960553909.png

Then different pin has different IRQ, you totally can set it's own priority.

Wish it helps you!

Best Regards,

Kerry

 

 

在原帖中查看解决方案

0 项奖励
1 回复
945 次查看
kerryzhou
NXP TechSupport
NXP TechSupport

Hi @jinu_mohan ,

  Thanks for your trust!

  You mean, in the internal group:GPIO6_7_8_9_IRQn, whether you can set the individual priority, right?

   No, to this one, it share the IRQ.

  So, if you want to set the infividual priority, you need to use the different IRQ.

 You can use this GPIO:

kerryzhou_0-1650960553909.png

Then different pin has different IRQ, you totally can set it's own priority.

Wish it helps you!

Best Regards,

Kerry

 

 

0 项奖励