文件名称:ADC1_DMA
介绍说明--下载内容均来自于网络,请自行研究使用
STM32 采用DMA的方式实现ADC功能-This example describes how to use the ADC1 and DMA to transfer continuously
converted data 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 ADC1 DR register to the ADCConvertedValue variable.
The ADC1 clock is set to 12 MHz on Value line devices and to 14MHz on other
devices.
converted data 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 ADC1 DR register to the ADCConvertedValue variable.
The ADC1 clock is set to 12 MHz on Value line devices and to 14MHz on other
devices.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
ADC1_DMA\main.c
........\readme.txt
........\stm32f10x_conf.h
........\stm32f10x_it.c
........\stm32f10x_it.h
........\system_stm32f10x.c
ADC1_DMA