Resolved! Has anyone implemented the ADC calls with LL commands for G4
DearI have configured ADC3 using MXcube:In my main I tried this: LL_ADC_ClearFlag_ADRDY(ADC3); LL_ADC_Enable(ADC3); /* USER CODE END 2 */ /* Infinite loop */ /* USER CODE BEGIN WHILE */ while (1) { LL_ADC_ClearFlag_EOC(ADC3); LL_ADC_ClearFlag_E...