User Activity

DearI have configured TIM1 Channel1 as PWM and I would like to use the NPWM feature too.Therefore I have configuted the channel as PWM NPWM channel and set the according GPIOs.I must have made a mistake in the MXCube configuration.The PWM output perf...
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...
Kudos from