2008-06-19 09:31 AM
using the DMA controller as a camera interface
2011-05-17 03:37 AM
Hi I looked at the application note an2548, which describes how to use the DMA controller as a camera interface. The example tells you to connect the camera data inputs (8 bit wide) to Port PD. However, I cannot connect to this port because it is already in use as the connection to external SRAM. In addition I would like to use the DMA controller in the following manner:
The DMA source should be Port PC (since I have that one available) The DMA destination should be the external SRAM through the FSMC. Is this possible? Can I connect the camera output data lines to port PC? Thanks.2011-05-17 03:37 AM
by the way, I am using the stm32f103z.
2011-05-17 03:37 AM
2011-05-17 03:37 AM
Thank you. I will try it out and let you know. Right now I am designing the hardware, so that hopefully the software will be easier :)