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 eliminate the need to externally OR the various break inputs. It would also allow the firmware to determine which break input is active, either through polling of the GPIO input register or the use of EXTI.
This is on an STM32G431. Note that this a hardware configuration question. I am not using HAL or any other ST libraries.
thanks,
galen