User Activity

This question has been asked in various forms before but I have not found an answer. I am using TIM2 to generate a center aligned PWM signal as shown in the image. I want to sample the ADC at the center of the PWM. I am using the TRGO signal of the ...
I have configured a DAC to use DMA in single mode. I have created HAL_DAC_ConvCpltCallbackCh1(). In this function, I reenable the DMA process using HAL_DAC_Start_DMA(...), which appears to be really slow. How can I make this faster. I don't want to ...
I have DMA working in circular mode. However, after generating n cycles from a certain array, I would like to switch arrays without any processing time inbetween.I believe this can be done with double buffering. However, this doesn't seem to be possi...