Parallel interface implementation in RT1052

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

Parallel interface implementation in RT1052

Jump to solution
959 Views
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.

Labels (1)
0 Kudos
1 Solution
863 Views
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

View solution in original post

2 Replies
864 Views
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

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