How to avoid unexpected TRGO/TRGO2 signals at the timer initialize stage?
In STM32H7B0xxx platform, I use TIM8's TRGO2 to trigger ADC2 converstion.In the MX_TIM8_Init() function, it will generate an update event and fire a TRGO signal unexpected before TRGO2 source initialize.