BUG: STM32Cube_FW_H7_V1.5.0 - HAL_ADC_Init() doesn't initialize ADC OVSS bits
The HAL_ADC_Init() function takes a handle to an Init structure which includes information fields to configure the oversampling feature. The Init.Oversampling.Ratio field is properly applied, but the Init.Oversampling.RightBitShift field is ignored a...