How i.MX8QM M4 core use MU_12_B to monitor AP power of A core?

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

How i.MX8QM M4 core use MU_12_B to monitor AP power of A core?

419 次查看
jinchen1227
Contributor II

The imx8qm Android auto use M4 core as rear view camera demo, 

And it use LSIO__MU12_B interrupt to monitor AP power, when receive this interrup, 

it treat this as AP reboot.

My question is how this interrupt generate? Where is the configuare of this MU?

I can't get this interrup in my demo.

Code place:

vendor/nxp/mcu-sdk-auto/SDK_MEK-MIMX8QM/boards/mekmimx8qm/demo_apps/rear_view_camera/cm4_core1/isi_board.c

0 项奖励
回复
1 回复

411 次查看
igorpadykov
NXP Employee
NXP Employee

Hi jinchen1227

 

one can try to debug it, please look at MU initialization codes

in ../imx8qm_m4rpmsg_platform.c

 

Best regards
igor

0 项奖励
回复