iMX6 IPU IPU_SRM_PRI2 Register

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

iMX6 IPU IPU_SRM_PRI2 Register

跳至解决方案
590 次查看
ogj
Contributor IV

In the iMX6DQ SDK ipu_dp.c file, in the ipu_dp_csc_config function there is the following line:

ipu_write_field(ipu_index, IPU_IPU_SRM_PRI2__DP_S_SRM_MODE, 3);

When I read the DP_S_SRM_MODE field back after writing a 3 to it, it reads back as 2. I'm assuming this field is self-clearing to 2 (which the RM says is reserved) after the update now operation is finished. Is this correct?

标记 (3)
0 项奖励
回复
1 解答
570 次查看
joanxie
NXP TechSupport
NXP TechSupport

SRM_MODE can be 00, 10 or 11. If the SW set to 11: after the update the state machine is automatically moved to 10 mode.

在原帖中查看解决方案

0 项奖励
回复
1 回复
571 次查看
joanxie
NXP TechSupport
NXP TechSupport

SRM_MODE can be 00, 10 or 11. If the SW set to 11: after the update the state machine is automatically moved to 10 mode.

0 项奖励
回复