:18.333MB : :1 :2022-09-26 13:59:43
ADC多通道采集如果开发者对于本文件有需要的可以参考。
ADC_InitTypeDef ADC_InitStructure ;
ADC_CommonInitTypeDef ADC_CommonInitStructure ;
// 开启ADC时钟
RCC_APB2PeriphClockCmd(ADC1_CLK,ENABLE);
// -------------------ADC Common 结构体 参数 初始化------------------------
// 独立ADC模式
ADC_CommonInitStructure.ADC_Mode=ADC_Mode_Independent ;
// 时钟为fpclk x分频
ADC_CommonInitStructure.ADC_Prescaler=ADC_Prescaler_Div4 ;
// 禁止DMA直接访问模式
ADC_CommonInitStructure.ADC_DMAAccessMode=ADC_DMAAccessMode_Disabled ;//只有在多重ADC模式下使能
// 采样时间间隔
ADC_CommonInitStructure.ADC_TwoSamplingDelay=ADC_TwoSamplingDelay_20Cycles ;
ADC_CommonInit(&ADC_CommonInitStructure);
// -------------------ADC Init 结构体 参数 初始化--------------------------
10-17ADC转换程序.c
10-16STM32F103 ADC采集
10-14STM32 ADC与DAC实验
10-12dsp28377xs ADC开发例程
10-11DSP ADC开发例程
10-11使用 ADCC 对声音的紫外线指数值