Parallel interface implementation in RT1052

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

Parallel interface implementation in RT1052

跳至解决方案
981 次查看
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 解答
885 次查看
mitterha
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 回复数
886 次查看
mitterha
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

885 次查看
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 项奖励