Getting IPU Warning - IPU_INT_STAT_9 = 0x08000000 from time to time

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

Getting IPU Warning - IPU_INT_STAT_9 = 0x08000000 from time to time

671 次查看
davidboltyanski
Contributor I

I get the above warning with our driver. Per docs it is

27_IC_ENC_BUF_OVF  This bit indicates on an interrupt that is a result of the IC Buffer overflow for encoding coming from the IC.

. It looks like it does not cause any serious trouble, but anyway i want to fix it.

What can be the cause of such an issue, and what should i check.

标签 (3)
0 项奖励
回复
1 回复

487 次查看
igorpadykov
NXP Employee
NXP Employee

Hi David

in general such errors are caused by performance issues, that is IC

has not ability (sufficient time) to process incoming frame.

You can find experimentally (decreasing incoming frame rate or frame size or

skip some processing algorithm) where in code this happens.

Best regards

igor

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

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

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