User Activity

I am trying to set-up a PWM with 20kHz pattern and every time the PWM is over to add a new one. I am using to start-up the DMA if (HAL_TIM_PWM_Start_DMA(&TimHandle, TIM_CHANNEL_3, SamplingPoints, length) != HAL_OK) functionFirst time the pulse is sen...
Hello,I have an issue with using two channels of DMA to generate the PWM on PA2 and PA3 pins.I configured using CubeMX TIM2 PWM Generation CH3 and CH4. I have added the DMA memory to peripheral for PA2 DMA1Stream1 and for PA3 DMA1Stream6.The issue I ...