STM32F030F4 TIM17 how to set master mode (TRGO source)?
STM32F0 reference manual 13.4.3, TIM1_SMCR description, Table 45 says that setting the TS bits to 011 selects TIM17 as the trigger source. That's fine, because I want to start TIM1 and TIM17 at the same time.
However, the description of TIM17 has no mention of master timer features. There is no TRGO on the block diagram, no MMS bits in CR2.
Is it possible then to start both timers synchronized, or it's just a glitch in the documentation?

