DCMI to memory, memory to UART, DMA Transfer
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2013-09-25 4:01 AM
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--->UARTEach 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.
This discussion is locked. Please start a new topic to ask your question.
2 REPLIES 2
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2013-09-25 5:07 AM
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..
Up vote any posts that you find helpful, it shows what's working..
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2017-03-19 5:19 PM
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
