2022-10-04 12:08 AM
I want to start TIM16 when TIM1 starts. I am using stm32f030 series and periph library. TIM1 depends on external clock.
2022-10-04 12:44 AM
What do you mean by "when TIM1 starts", exactly?
In any case, you have to do it in software, as TIM16 does not have the Slave-mode controller.
JW