mu irq priority

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 
772件の閲覧回数
panezion
Contributor II

my dev board is imx8mq Evk
is there any document about the mu irq priority.

I’m using rpmsg lite on m4 side and found that the mu irq has almost the highest priority of my running context can I set the mu irq priority like the nvic_xxx way?

ラベル(1)
1 解決策
736件の閲覧回数
igorpadykov
NXP Employee
NXP Employee

Hi xiang

one can look at #define APP_MU_IRQ_PRIORITY in

rpmsg-lite/rpmsg_platform.c at master · NXPmicro/rpmsg-lite · GitHub 

Best regards
igor
-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------

元の投稿で解決策を見る

2 返答(返信)
737件の閲覧回数
igorpadykov
NXP Employee
NXP Employee

Hi xiang

one can look at #define APP_MU_IRQ_PRIORITY in

rpmsg-lite/rpmsg_platform.c at master · NXPmicro/rpmsg-lite · GitHub 

Best regards
igor
-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------

736件の閲覧回数
panezion
Contributor II

Thank you it's helpful. The priority is define in 

"

#define APP_MU_IRQ_PRIORITY (3U)
21
0 件の賞賛