文件名称:ADC1_DMA
下载
别用迅雷、360浏览器下载。
如迅雷强制弹出,可右键点击选“另存为”。
失败请重下,重下不扣分。
如迅雷强制弹出,可右键点击选“另存为”。
失败请重下,重下不扣分。
介绍说明--下载内容均来自于网络,请自行研究使用
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