User Activity

Imagine that:I am using a timer in PWM mode.The timer is running.Interrupts are disabled.The timer is in downcounting mode.Pre-load is enabled for the PSC, ARR, and CCR registers.I need to update the PSC and (ARR or CCR (or both)).Imaging I am using ...
Summary: I am sampling the internal voltage reference 5 times using DMA with the ADC set to continuous mode with LL_DMA_LIMITED. I know about the errata that says to ignore the first ADC value, but the other 4 values only become consistent if I use a...