Parallel interface implementation in RT1052

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

Parallel interface implementation in RT1052

ソリューションへジャンプ
1,187件の閲覧回数
guidewz
Contributor I

Hi,

I would like to communicate with pipeline ADC using RT1052, the interface is parallel digital output. just like following timing diagram. All the data bits are synchronized with clk, It should sample the dates on the raising edge of the clk.

1.png

My demand:

The maximum clk frequency is 20Mhz.

16bits or 8bits data width.

Continuously buffer at leat 1k data from ADC with maximum 20Mhz frequency, and store the data in the SDRAM.

I am confused how to achieve that. Should I use CSI interface or Flexio interface?

What example is the closest one that I can refer?

Another questions from RT1052 reference manual about FLEXIO interface.

The manual set an example for 8bits CMOS sensor application using FLEXIO parallel interface.

I did not quite understand about it, what's the purpose of configuring SHITER0,1,2 to adjacent shiter?

And how to use DMA work with flexio interace, is there any example?  

2.png

Thanks a lot for your support.

ラベル(1)
0 件の賞賛
返信
1 解決策
1,091件の閲覧回数
imxrtuser
Senior Contributor I

Hello wang Hua,

maybe AN5313 can help you. It shows how to implement 8080 parallel bus interface.

https://www.nxp.com/doc/AN5313 

Kind regards,

Stefan

元の投稿で解決策を見る

2 返答(返信)
1,092件の閲覧回数
imxrtuser
Senior Contributor I

Hello wang Hua,

maybe AN5313 can help you. It shows how to implement 8080 parallel bus interface.

https://www.nxp.com/doc/AN5313 

Kind regards,

Stefan

1,091件の閲覧回数
guidewz
Contributor I

Hi, Stefan

The article you recommended is really useful and can answer all of my questions well, Thanks very much for your support.

0 件の賞賛
返信