CubeF0 ADC LL bug
Posted on August 24, 2017 at 13:24LL_ADC_Init in CubeF0 contains a check for ADC_InitStruct.Clock, which is not used in the function. CubeMX does not generate a value for ADC_InitStruct.Clock and thus the assert in LL_ADC_Init fails.ADC_InitStruct.C...