STM32f417ig: Is it possible to set the TIM1 to a specific non-zero value when a trigger event occurs ?
Hello,
I'm using the STM32f417ig. I'm trying to configure TIM1 in a specific way, but I couldn't find information about this in the reference manual or on the web.
TIM1 is configured to be reset by a trigger event coming from TIM2 (slavemode set in the SMCR register). It is working well and the imter resets to 0 on a trigger event.
My question is : Is it possible to set the timer to a specific non-zero value when the trigger event occurs ?
Thanks for the help,
Ril