ADC_over_sampling
/*************************************************/
This example describes how to use the ADC1 and DMA to transfer continuously converted data from ADC1 to memory.
The ADC1 is configured to convert continuously channel14.
Each time an end of conversion occurs the DMA transfers, in circular mode, the converted data from ADC1 DR register to the ADCConvertedValue variable.
The ADC1 clock is set to 18 MHz.
/ADC_OVSR:过采样率,取值:2,4,8,16,32,64,128,256/
#define ADC_OVSR 256
/ADC_shift:ADC结果右移,取值:0~8/
#define ADC_shift 4
/* Private typedef -----------------------------------------------------------/
/ Private define ------------------------------------------------------------/
/ Private macro -------------------------------------------------------------/
/ Private variables ---------------------------------------------------------/
ADC_InitType ADC_InitStru