Question
Confused on TIM_SelectCCDMA
Posted on July 14, 2017 at 15:19
I want to use Timer Capture event to generate DMA requests, how TIM_SelectCCDMA should be called?
TIM_SelectCCDMA(TIMx, ENABLE)?
This will set CCDS bit, but according the reference manual for STM32F303, bit CCDS should be 0.
