Changing timer frequency by writing the AutoReload Register every 10 microseconds with DMA on a STM32H743
Basically, the frequency change already works. My problem is that the new frequency, which is specified by DMA, only takes effect after the ARR has been reached.I tried to solve the problem by disabling the auto-reload (ARR) preload.unfortunately in ...