2022-12-21 11:23 PM
There is an error in the ADC LL example projects on STM32G0 (Fw 1.5.1).
Initalisation function (MX_ADC1_Init) call function
LL_ADC_SetTriggerFrequencyMode()
with inadmissible argument LL_ADC_CLOCK_FREQ_MODE_HIGH
permissible arguments are
LL_ADC_TRIGGER_FREQ_HIGH or
LL_ADC_TRIGGER_FREQ_LOW
Also CubeMX generate the same problem.
2022-12-21 11:45 PM
Hello @Michal Dudka,
Which CubeMX release are you using?
Did you try with latest release of CubeMX and STM32CubeG0 v1.6.1 ?
Imen
2022-12-22 12:02 AM
No, i am using CubeMX 6.4.0 but when i take a look into FW 1.6.1
i see the same issue.