利用STM32F103RB进行AD采样,而且利用了DMA控制器,而且进行了软件滤波

void ADC1_init(void) { #if auto_samp==1 ADC_InitTypeDef ADC_InitStructure; GPIO_InitTypeDef GPIO_InitStructure; TIM_TimeBaseInitTypeDef  TIM_TimeBaseStructure; NVIC_InitTypeDef NVIC_InitStructure; RCC
相关文章
相关标签/搜索