mu irq priority

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

mu irq priority

跳至解决方案
792 次查看
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 解答
756 次查看
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 回复数
757 次查看
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!
-----------------------------------------------------------------------------------------------------------------------

756 次查看
panezion
Contributor II

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

"

#define APP_MU_IRQ_PRIORITY (3U)
21
0 项奖励