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

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

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

Jump to solution
1,069 Views
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.

 

Labels (2)
Tags (1)
0 Kudos
1 Solution
887 Views
mintisan
Contributor II

Solved after I changed the pixel clock.

View solution in original post

0 Kudos
5 Replies
888 Views
mintisan
Contributor II

Solved after I changed the pixel clock.

0 Kudos
1,015 Views
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 Kudos
1,005 Views
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 Kudos
999 Views
Bio_TICFSL
NXP TechSupport
NXP TechSupport

Hello,

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

Regards

988 Views
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 Kudos