STM32F103 and TIM3 and DMA - how to?
Posted on October 13, 2011 at 13:58Hello all, I have linebuffer[256] and want to quickly send it to GPIOB15-8. In TIM2_IRQ, I enable DMA and TIM3 is used for DMA requests. I am trying following configuration: RCC->APB1ENR = RCC_APB1ENR_TIM2EN | RC...