I need 2 PWM signals each with different frequency and duty cycle. So I'm using TIM1 and TIM2 for this. But these PWMs are not synchronised. Please help me on this.
Posted on March 25, 2018 at 12:29I want to use ADC which will be triggered by Timer 2 . I also want to use DMA to access adc converted data for fast sampling. Please help me for how to proceed?
Posted on March 25, 2018 at 19:14I am using STM32F405 controller and cubemx is also used.Problem is when to call HAL_ADC_START_DMA as ADC will be triggered by TIM2Trigger.Also timer 2 event frequency will have to changed from 1khz,2Khz,....3MHz.So p...