individual interrupt priority setting

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

individual interrupt priority setting

ソリューションへジャンプ
844件の閲覧回数
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 解決策
836件の閲覧回数
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 返信
837件の閲覧回数
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 件の賞賛