Dear all,
QuickLogic® has developed a Customer Specific Standard Product (CSSP) to provide a camera interface bridge for the Texas Instruments Sitara AM335x processor line. Below it is the datasheet:
www.quicklogic.com/.../QL-GPMC-CAMIF-Connect-Solution-TI-Ref-Design-Data-Sheet.pdf
My question is:
1. “The system must configure GPMC as 16-bit to take advantage of the DMA burst capability.” Why? Did this mean 8-bit GPMC can't take the advantage of the DMA burst capability? The burst capability of here means the burst mode of GPMC or DMA?
2. "Only bit [7:0] of the GPMC bit [15:0] address/data bus is connected to valid data." Then how did the DMA dropped the bit[15:8] while the data transfering. I mean how to set the DMA params to drop the high bits of GPMC bus? I read the source code of github and got no idea.
Thanks, Waiting for your help.