User Activity

Hi all, I'm trying to have the ADC sampling rate controlled by a timer (TIM9 in this case) and when 8 samples are acquired, DMA will fire a transfer complete interrupt. So far I'm able to get the ISR to fire one time but never again. In main I set up...
Posted on August 13, 2016 at 19:25 Hi all! I'm trying to create a parallel synchronous data transmission using DMA and GPIO on a STM32F051 MCU. I've been following the AN4666 document that ST released, but is set up for STM32F4 MCUs. I also don'...