Hello,my injected Adc sequence was not being triggered, and I found that the cause is that, with LL driver, the trigger source is not being set by the CubeMX code generation.I had to add this line in the main code:LL_ADC_INJ_SetTriggerSource(ADC1,LL_...