2013-02-09 07:40 AM
Hi, I work with STM32F0. I want use Output compare (PA2) TIM2_CH3 for manchester encoder. I like use DMA for this.
The F0 have a DMA for Output Compare ?2013-02-09 08:03 AM
You could pace a DMA transfer with TIM2_CH3, or TIM2_UP, and that could write a peripheral register from a list of data in memory.