Posted on February 16, 2015 at 14:21
Hello,
I'm working with the STM32F373 µC trying to get the DMA work with a timer.
I want the DMA controller to write 3 different values in the ccr1 register of timer
Unfortunately there is no exa...
Posted on December 17, 2014 at 14:03 The original post was too long to process during our migration. Please click on the attachment to read the original post.
Posted on December 08, 2014 at 09:14
Hi,
I have a problem with my stm32f4 discovery board when i try to use a second ADC (ADC2) in DMA mode.
For my project i need 2 ADC'S coupled with DMA. The first ADC (ADC1) is triggert by timer2 updat...
Posted on February 20, 2015 at 14:09
thank you,
I just find it out before I see your post :$.
Anyway, your tip is absolute correct.
Here the correct DMA Init:
/* DMA clock enable */
RCC_AHBPeriphClockCmd(RCC_AHBPeriph_DMA1...
Posted on February 20, 2015 at 01:54Hi clive, thanks for the source example and sorry for answering late. Your example works fine. I try to get it work for tim2 now. i keep you updated. thanks and greetz phil