Question
STM32F4 ADCs triggerd by TIM1 possible?
Posted on March 30, 2014 at 18:34
Hello,
at first, I try to explain my target functinality: -TIM1 generates a 3PH Center aligned PWM - the ADCs are configured in triple mode, some channels are converted and the DMA generates an Interrupt when the Transfer of data to RAM has finished (regular channels) -TIM1 should Trigger the sampling sequence of the ADCs when 0, Period, or both (Software selectable) What is working: -the timer is configured proper an generates the PWM pattern -the ADCs and DMA work, but only with Software Trigger The question: Is it possible to configure TIM1 to generate the Trigger for the ADCs in that way? The Statements ''TIM1_CHx Event'' in RM0090 on page 396 are not clear to me. It seems to me, that a new conversion is immediately started, after the last has finnished. Thanks in advance for your help! #adc #trog #triple-mode #dma