DMA triggering not running for an input capture timer channel
Posted on October 31, 2012 at 16:38 I want to capture a systick time by occurence of an edge. I see the value is captured but the DMA is not done. Why? (STM32F4) TIM_ICInitTypeDef TIM_ICInitStructure; RCC_AHB1PeriphClockCmd(RCC_AHB1Pe...