Is it possible to use multiple break pins with a single advanced timer?
I would like to use four TIM1_BKIN pins with timer 1 such that if any one of the four break inputs is active, the timer outputs are disabled. I.e. if multiple pins are configured to be TIM1_BKIN, are all of the inputs OR'd together? This would elimin...