STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32F407VGT6 PWM Input mode and PWM Generation mode

Hi everyone!In my project, I use TIM2, TIM3, TIM4, TIM5, in each Timer module I choose PWM Input on CH1, and PWM Generation on CH3 function. My goal is to generate PWM pulse at channel 3 and feed back to PWM Input on CH1 to measure Duty cycle and fre...

TTú.1 by Associate III
  • 782 Views
  • 2 replies
  • 0 kudos

How to Trigger ADC1 with TIM1_CH4?

On the STM32F401RE, I'm trying to get a compare match on CC4 on TIM1 to trigger an ADC conversion in injected mode, but the ADC is never seeing the trigger.How do I set TIM1 to generate the TIM1_CH4 trigger on a compare match on CC4?TIM1->CR2 has an ...

jerry2 by Senior
  • 2426 Views
  • 9 replies
  • 0 kudos

Resolved! STM32F429 TIM1 trigger flag (TIF) issue

I have TIM1 configured in one pulse mode triggered by rising edge on TIM1_CH1 to generate single pulse. Timer works correctly (generate single pulse for each rising edge on input). Datasheet claims that TIF flag is set on trigger event in all modes b...