HOW to set resolution in ADC for STM32F103VBTx
I am working on STM32F103VBTx ADC. I am using HAL drivers. I dont find the setting where I can set the resolution. In old HAL drivers we had "hadc1.Init.Resolution = ADC_RESOLUTION_12B;" this field to set resolution. But in new drivers I dont find that field. By default it is 12bit , but hoe to set 10bit?? I have generated code from STM32CUBEMX. I am new to ADC. Can anyone help?