Can G1120B0MIPI use DPI-2 interface(RGB interface) mode with MIMXRT595-EVK?

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

Can G1120B0MIPI use DPI-2 interface(RGB interface) mode with MIMXRT595-EVK?

跳至解决方案
1,218 次查看
mintisan
Contributor II

I have MIMXRT595-EVK and G1120B0MIPI board.

And I runned sd_jepg demo successfully.

When I traced the internal logic further, I found that the code uses APB interface but not DPI-2 interface(also called RGB interface)[It uses VSYNC, HSYNC, DOTCLK and ENABLE signals to transmit data to LCD panel.].

But APB interface only can transfer 255 bytes per time, just as below:

mintisan_1-1692629681546.png

 

I want to change APB interface to DPI-2 interface(RGB interface) as below:

 

mintisan_0-1692629623903.png

 

Does G1120B0MIPI support DPI-2 interface(RGB interface) mode?

Are there any relevant documents or routines that can be provided for reference?

Looking forward to your reply. Thanks.

 

标签 (2)
标记 (1)
0 项奖励
回复
1 解答
1,036 次查看
mintisan
Contributor II

Solved after I changed the pixel clock.

在原帖中查看解决方案

0 项奖励
回复
5 回复数
1,037 次查看
mintisan
Contributor II

Solved after I changed the pixel clock.

0 项奖励
回复
1,164 次查看
Bio_TICFSL
NXP TechSupport
NXP TechSupport

Hello,

 

The RT595 does not support DPI-2, sorry, you may check with i.MX8M for this.

Regards

0 项奖励
回复
1,154 次查看
mintisan
Contributor II

hi,

I read AN13509-Analysis of screen pushing scene based on i.MXRT595 MIPI DSI Controller, which shows it support DPI-2 as below:

mintisan_0-1692887463043.png

 

Do I missed something? Thanks...

 

0 项奖励
回复
1,148 次查看
Bio_TICFSL
NXP TechSupport
NXP TechSupport

Hello,

I mean we do not have any code for DPI-2.

Regards

1,137 次查看
mintisan
Contributor II

Thanks for your reply.

I find evkmimxrt595_lcdif_rgb565 example use lcdif(dpi)+dsi with 2 lane. It works fine.

But when I modify 2 lane to 1 lane.

The parameter not same between setting and captured:

mintisan_0-1692946089691.png

The images shows  abnormal as below:

mintisan_1-1692946202776.png

 

Should I also change clk or something else?

 

Thanks.

 

0 项奖励
回复