iMX53 IPU DI error interrupt

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

iMX53 IPU DI error interrupt

跳至解决方案
1,020 次查看
torus1000
Contributor V

Hi all,

Now I'm debugging my board and my IPU test program for LCD display.

Then I got DI0_SYNC_DISP_ERR interrupt but manual indicated it was DI0 error and
I couldn't see any hints to avoid this error.

Does anyone advice me which cases mostly this error occured?


How can I avoid this error in those cases?

Thanks.

标签 (2)
标记 (2)
0 项奖励
1 解答
690 次查看
igorpadykov
NXP Employee
NXP Employee

Hi torus1000

this error means that IPU has not sufficient performance capability due to

incorrect IPU settings or too big image. Please look at

DI0_SYNC_DISP_ERR is IPU_INT_STAT_10[19] according to

Table 45-34. Error Interrupts Summary IMX53RM

One can try solution below for such kind of error

mxc_ipu mxc_ipu: IPU Error - IPU_INT_STAT_10 = 0x00080000

Best regards

igor

-----------------------------------------------------------------------------------------------------------------------

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

-----------------------------------------------------------------------------------------------------------------------

在原帖中查看解决方案

0 项奖励
1 回复
691 次查看
igorpadykov
NXP Employee
NXP Employee

Hi torus1000

this error means that IPU has not sufficient performance capability due to

incorrect IPU settings or too big image. Please look at

DI0_SYNC_DISP_ERR is IPU_INT_STAT_10[19] according to

Table 45-34. Error Interrupts Summary IMX53RM

One can try solution below for such kind of error

mxc_ipu mxc_ipu: IPU Error - IPU_INT_STAT_10 = 0x00080000

Best regards

igor

-----------------------------------------------------------------------------------------------------------------------

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

-----------------------------------------------------------------------------------------------------------------------

0 项奖励