User Activity

Hi there,I would like to execute some code in an interrupt handler when the pulse value for TIM16 is reached. But for some reason, none of the interrupts provided by HAL seem to trigger for this event.I have setup the timer using the configuration to...
I'm following this tutorial on DMA (https://www.youtube.com/watch?v=EsZLgqhqfO0) which at the end shows how to set up the DMA peripheral to continuously perform ADC conversions and store the results in a circular buffer.I am using an STM32F051C6 (dif...