NUCLEO-F446ZE TIM1 and ADC trigger conversion - need assistance
Hi,
I am working on a project to control BLDC motor so I configured the TIM1 as shown below:

I have selected the TGRO trigger event selection to be "Update Event". I have confusion now because when the counter mode is "Center Aligned Mode 3" the update event will be occured twice 1 for underflow(counting down) and 1 for overflow (counting up) in this scenario which event will trigger the ADC?
ADC:
I have configured the ADC as shown below:

in the external trigger I have set "Timer 1 Capture Compare 1 Event" now this where the confusion is. What this trigger source means that every time there is update event on timer 1 it will trigger?. also I want more explanation regarding all these trigger events with a diagram would be great:

My objective is to trigger the adc at the start of PWM cycle and when the ADC conversion is finished generate an interrupt to run my FOC code in a bare metal configuration.
I am using ST controller for the first time so please help me get this up and running.
if there is any example then please let me know I can follow it or an application note.
Also I want the ADC to single scan of all the channels not contineous conversion.
