Can I configure a Timer in center-aligned mode to start counting from a value other than 0?
Hi everyone,I'm using an STM32 timer in center-aligned mode, and I would like the counter to start from a value other than zero. Specifically, I want the timer to count from a custom value (e.g., 2000), up to the auto-reload value (ARR), and then cou...