2016-02-07 05:42 AM
Hi All
I want to know how to send several streams on DMA2.Thanks for the assistance !!2016-02-07 09:30 AM
Send streams too/from where, the question is awfully vague and open-ended.
You basically specify source and destination addresses, along with a length. The stream/channels being used will depend if a peripheral is triggering the transfer.2016-02-07 10:17 PM
Hi,
Thanks for answering.in the meanwhile i just want to load two streams with memory to memory data transfer.i'm using the stm32f4 discovery board, and the DMA2.if you have some example it'll be great.Thanks2016-02-08 09:53 AM
STM32F4xx_DSP_StdPeriph_Lib_V1.6.0\Project\STM32F4xx_StdPeriph_Examples\DMA\DMA_FLASHToRAM\main.c
2016-02-10 07:40 AM
Thanks for the answer.
This instructs how to send one stream.I'm interested in sending several streams ,and configure all beforhand.Thanks