IPU_DI1_PIN01-17 vs IPU_DISP1_DATA00-23 how used?

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

IPU_DI1_PIN01-17 vs IPU_DISP1_DATA00-23 how used?

ソリューションへジャンプ
1,709件の閲覧回数
adrianthewlis
Contributor III

I have a board with an RGB LCD connected to the pins corresponding to IPU1_DISP1_DATA00-23 and was using the SDK sample to code to get the display working. As I was going through I noticed these two different sets of pins.

What is the difference between the DISPn_DATAxx pins and the DIn_PINxx pins? Are they both utilized by the DI module in IPU, and how the two mechanisms chosen between?

Other than mentioning them as external pins to the IPU, I couldn't find any other reference to the DISPn_DATAxx pins.

Adrian

ラベル(2)
タグ(2)
1 解決策
1,530件の閲覧回数
igorpadykov
NXP Employee
NXP Employee

Hi Adrian

DIn_PINxx pins are used for waveforms generators (producing sync signals)

and described in Table 68. Video Signal Cross-Reference i.MX6DQ Datasheet (rev.4, 7/2015)

http://cache.freescale.com/files/32bit/doc/data_sheet/IMX6DQCEC.pdf

examples of programming:

Re: i.MX53: How to move VGA external HSYNC and VSYNC signals to different pins?

Best regards

igor

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

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

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

元の投稿で解決策を見る

4 返答(返信)
1,531件の閲覧回数
igorpadykov
NXP Employee
NXP Employee

Hi Adrian

DIn_PINxx pins are used for waveforms generators (producing sync signals)

and described in Table 68. Video Signal Cross-Reference i.MX6DQ Datasheet (rev.4, 7/2015)

http://cache.freescale.com/files/32bit/doc/data_sheet/IMX6DQCEC.pdf

examples of programming:

Re: i.MX53: How to move VGA external HSYNC and VSYNC signals to different pins?

Best regards

igor

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

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

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

1,530件の閲覧回数
adrianthewlis
Contributor III

Thanks, that helped my understanding. Thanks also for the link, that's a helpful document I had missed.

0 件の賞賛
返信
1,530件の閲覧回数
adrianthewlis
Contributor III

Looked at another question and got some of the answer I need... so the DIn_PINxx pins are the control lines, and the DISPn_DATAxx pins are the data lines!

Now am I right in assuming that DISP0 pins are connected to DI0 and DISP1 pins are connected to DI1?

0 件の賞賛
返信
1,530件の閲覧回数
igorpadykov
NXP Employee
NXP Employee

yes, right.

0 件の賞賛
返信