How to enable a slave timer but not triggering it.
I`m hoping to have a slave timer enabled but idling and wait to be triggered by a master. The idea is to have the slave to trigger ADC reading for multiple cycles and synchronized with the master:
My timer config are shown below
When I call functions such as HAL_TIM_OC_Start or anything along the line, the slave timer just starts triggering without waiting for the master to trigger.
Would there be a way I could have it enabled but stuck at certain value?
or do I have to clear the master trigger value?
Also slave is running at around 1MHz so software interrupt would cause time delay which won`t work in my case.
Any tips on how I shall set up the timer either in CubeMX or directly access its register maps?
Thanks!
