Altera_Forum
Honored Contributor
8 years agoNios II + DMA + OV7670 Camera
Hi everyone, I'm having problems interfacing OV7670 Data to Nios II.
The OV7670 Camera, sends pixel data from a PIO D[7:0], and this data is synchronizated with a clock called PCLK, the PCLK can be configured and the Fmax = 24 MHz to get 30 fps and the frame is configured as a 640x480 resolution, each pixel is sending in 2 bytes, now I want to performace the operation of reading the data by using DMA to store each frame into the SDRAM (Nios II is configured with SDRAM as main memory) but i don't know if is possible to synchronyzate the DMA with the PCLK clock, is it possible? Or there is another method to read the data without get it using Nios II? Thanks in advance!