cancel
Showing results for 
Search instead for 
Did you mean: 

DCMI to memory, memory to UART, DMA Transfer

khouja_houssem
Associate II
Posted on September 25, 2013 at 13:01

Hi,

I want to receive datas from DCMI interface and then transfer it to UART interface through DMA.

To do that, I am plannig to receive each Byte from the DCMI interface store it into a buffer using DMA and then transfer the Byte contained in the buffer to UART using DMA. And then do the same with the next Byte...

DCMI ---DMA--> Memory ---DMA--->UART

Each Byte received from DCMI must be transferred to UART before the next Byte comes.

I am not sure if it is feasable or am I obliged to receive the hole datas from DCMI before I can send it again to UART. 

I need to know if I can send each Byte received before receiving the next Byte.
2 REPLIES 2
Posted on September 25, 2013 at 14:07

Well you probably aren't going to be able to manage it at a byte-at-a-time level, the rate data comes from the camera is likely to significantly exceed the rate leaving via the serial port. Use the HT/TC interrupts to manage blocks of data.

Tips, buy me a coffee, or three.. PayPal Venmo Up vote any posts that you find helpful, it shows what's working..
Hüseyin Varl?k
Associate II
Posted on March 20, 2017 at 01:19

I am working on a project smilar to you (

I am working on a project smilar to you

can you send to me your project ?

mailto:varlikhus@gmail.com