文件名称:timer+ADC+DMA
-
所属分类:
- 标签属性:
- 上传时间:2017-07-30
-
文件大小:7.79mb
-
已下载:1次
-
提 供 者:
-
相关连接:无下载说明:别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容来自于网络,使用问题请自行百度
基于STM32F407的程序,实现了通过DMA方式进行ADC采样,并通过定时器定是触发。程序中使用了ADC3-channel0,1,2;通过定时器2触发。程序已在STM32F407开发板上验证。(Based on the STM32F407 program, to achieve the ADC sampling through the DMA, and through the timer is triggered. ADC3-channel0,1,2 is used in the program; triggered by timer 2. The program has been validated on the STM32F407 development board.)
(系统自动生成,下载前可以参看下载内容)
下载文件列表
timer+ADC+DMA\CORE\core_cm4.h
timer+ADC+DMA\CORE\core_cm4_simd.h
timer+ADC+DMA\CORE\core_cmFunc.h
timer+ADC+DMA\CORE\core_cmInstr.h
timer+ADC+DMA\CORE\startup_stm32f40_41xxx.s
timer+ADC+DMA\FWLIB\inc\misc.h
timer+ADC+DMA\FWLIB\inc\stm32f4xx_adc.h
timer+ADC+DMA\FWLIB\inc\stm32f4xx_can.h
timer+ADC+DMA\FWLIB\inc\stm32f4xx_crc.h
timer+ADC+DMA\FWLIB\inc\stm32f4xx_cryp.h
timer+ADC+DMA\FWLIB\inc\stm32f4xx_dac.h
timer+ADC+DMA\FWLIB\inc\stm32f4xx_dbgmcu.h
timer+ADC+DMA\FWLIB\inc\stm32f4xx_dcmi.h
timer+ADC+DMA\FWLIB\inc\stm32f4xx_dma.h
timer+ADC+DMA\FWLIB\inc\stm32f4xx_dma2d.h
timer+ADC+DMA\FWLIB\inc\stm32f4xx_exti.h
timer+ADC+DMA\FWLIB\inc\stm32f4xx_flash.h
timer+ADC+DMA\FWLIB\inc\stm32f4xx_flash_ramfunc.h
timer+ADC+DMA\FWLIB\inc\stm32f4xx_fmc.h
timer+ADC+DMA\FWLIB\inc\stm32f4xx_fsmc.h
timer+ADC+DMA\FWLIB\inc\stm32f4xx_gpio.h
timer+ADC+DMA\FWLIB\inc\stm32f4xx_hash.h
timer+ADC+DMA\FWLIB\inc\stm32f4xx_i2c.h
timer+ADC+DMA\FWLIB\inc\stm32f4xx_iwdg.h
timer+ADC+DMA\FWLIB\inc\stm32f4xx_ltdc.h
timer+ADC+DMA\FWLIB\inc\stm32f4xx_pwr.h
timer+ADC+DMA\FWLIB\inc\stm32f4xx_rcc.h
timer+ADC+DMA\FWLIB\inc\stm32f4xx_rng.h
timer+ADC+DMA\FWLIB\inc\stm32f4xx_rtc.h
timer+ADC+DMA\FWLIB\inc\stm32f4xx_sai.h
timer+ADC+DMA\FWLIB\inc\stm32f4xx_sdio.h
timer+ADC+DMA\FWLIB\inc\stm32f4xx_spi.h
timer+ADC+DMA\FWLIB\inc\stm32f4xx_syscfg.h
timer+ADC+DMA\FWLIB\inc\stm32f4xx_tim.h
timer+ADC+DMA\FWLIB\inc\stm32f4xx_usart.h
timer+ADC+DMA\FWLIB\inc\stm32f4xx_wwdg.h
timer+ADC+DMA\FWLIB\src\misc.c
timer+ADC+DMA\FWLIB\src\stm32f4xx_adc.c
timer+ADC+DMA\FWLIB\src\stm32f4xx_can.c
timer+ADC+DMA\FWLIB\src\stm32f4xx_crc.c
timer+ADC+DMA\FWLIB\src\stm32f4xx_cryp.c
timer+ADC+DMA\FWLIB\src\stm32f4xx_cryp_aes.c
timer+ADC+DMA\FWLIB\src\stm32f4xx_cryp_des.c
timer+ADC+DMA\FWLIB\src\stm32f4xx_cryp_tdes.c
timer+ADC+DMA\FWLIB\src\stm32f4xx_dac.c
timer+ADC+DMA\FWLIB\src\stm32f4xx_dbgmcu.c
timer+ADC+DMA\FWLIB\src\stm32f4xx_dcmi.c
timer+ADC+DMA\FWLIB\src\stm32f4xx_dma.c
timer+ADC+DMA\FWLIB\src\stm32f4xx_dma2d.c
timer+ADC+DMA\FWLIB\src\stm32f4xx_exti.c
timer+ADC+DMA\FWLIB\src\stm32f4xx_flash.c
timer+ADC+DMA\FWLIB\src\stm32f4xx_flash_ramfunc.c
timer+ADC+DMA\FWLIB\src\stm32f4xx_fmc.c
timer+ADC+DMA\FWLIB\src\stm32f4xx_fsmc.c
timer+ADC+DMA\FWLIB\src\stm32f4xx_gpio.c
timer+ADC+DMA\FWLIB\src\stm32f4xx_hash.c
timer+ADC+DMA\FWLIB\src\stm32f4xx_hash_md5.c
timer+ADC+DMA\FWLIB\src\stm32f4xx_hash_sha1.c
timer+ADC+DMA\FWLIB\src\stm32f4xx_i2c.c
timer+ADC+DMA\FWLIB\src\stm32f4xx_iwdg.c
timer+ADC+DMA\FWLIB\src\stm32f4xx_ltdc.c
timer+ADC+DMA\FWLIB\src\stm32f4xx_pwr.c
timer+ADC+DMA\FWLIB\src\stm32f4xx_rcc.c
timer+ADC+DMA\FWLIB\src\stm32f4xx_rng.c
timer+ADC+DMA\FWLIB\src\stm32f4xx_rtc.c
timer+ADC+DMA\FWLIB\src\stm32f4xx_sai.c
timer+ADC+DMA\FWLIB\src\stm32f4xx_sdio.c
timer+ADC+DMA\FWLIB\src\stm32f4xx_spi.c
timer+ADC+DMA\FWLIB\src\stm32f4xx_syscfg.c
timer+ADC+DMA\FWLIB\src\stm32f4xx_tim.c
timer+ADC+DMA\FWLIB\src\stm32f4xx_usart.c
timer+ADC+DMA\FWLIB\src\stm32f4xx_wwdg.c
timer+ADC+DMA\keilkilll.bat
timer+ADC+DMA\OBJ\adc.crf
timer+ADC+DMA\OBJ\adc.d
timer+ADC+DMA\OBJ\adc.o
timer+ADC+DMA\OBJ\delay.crf
timer+ADC+DMA\OBJ\delay.d
timer+ADC+DMA\OBJ\main.crf
timer+ADC+DMA\OBJ\main.d
timer+ADC+DMA\OBJ\main.o
timer+ADC+DMA\OBJ\misc.crf
timer+ADC+DMA\OBJ\misc.d
timer+ADC+DMA\OBJ\misc.o
timer+ADC+DMA\OBJ\startup_stm32f40_41xxx.d
timer+ADC+DMA\OBJ\startup_stm32f40_41xxx.lst
timer+ADC+DMA\OBJ\startup_stm32f40_41xxx.o
timer+ADC+DMA\OBJ\stm32f4xx_adc.crf
timer+ADC+DMA\OBJ\stm32f4xx_adc.d
timer+ADC+DMA\OBJ\stm32f4xx_adc.o
timer+ADC+DMA\OBJ\stm32f4xx_can.crf
timer+ADC+DMA\OBJ\stm32f4xx_can.d
timer+ADC+DMA\OBJ\stm32f4xx_can.o
timer+ADC+DMA\OBJ\stm32f4xx_crc.crf
timer+ADC+DMA\OBJ\stm32f4xx_crc.d
timer+ADC+DMA\OBJ\stm32f4xx_crc.o
timer+ADC+DMA\OBJ\stm32f4xx_cryp.crf
timer+ADC+DMA\OBJ\stm32f4xx_cryp.d
timer+ADC+DMA\OBJ\stm32f4xx_cryp.o
timer+ADC+DMA\OBJ\stm32f4xx_cryp_aes.crf
timer+ADC+DMA\CORE\core_cm4_simd.h
timer+ADC+DMA\CORE\core_cmFunc.h
timer+ADC+DMA\CORE\core_cmInstr.h
timer+ADC+DMA\CORE\startup_stm32f40_41xxx.s
timer+ADC+DMA\FWLIB\inc\misc.h
timer+ADC+DMA\FWLIB\inc\stm32f4xx_adc.h
timer+ADC+DMA\FWLIB\inc\stm32f4xx_can.h
timer+ADC+DMA\FWLIB\inc\stm32f4xx_crc.h
timer+ADC+DMA\FWLIB\inc\stm32f4xx_cryp.h
timer+ADC+DMA\FWLIB\inc\stm32f4xx_dac.h
timer+ADC+DMA\FWLIB\inc\stm32f4xx_dbgmcu.h
timer+ADC+DMA\FWLIB\inc\stm32f4xx_dcmi.h
timer+ADC+DMA\FWLIB\inc\stm32f4xx_dma.h
timer+ADC+DMA\FWLIB\inc\stm32f4xx_dma2d.h
timer+ADC+DMA\FWLIB\inc\stm32f4xx_exti.h
timer+ADC+DMA\FWLIB\inc\stm32f4xx_flash.h
timer+ADC+DMA\FWLIB\inc\stm32f4xx_flash_ramfunc.h
timer+ADC+DMA\FWLIB\inc\stm32f4xx_fmc.h
timer+ADC+DMA\FWLIB\inc\stm32f4xx_fsmc.h
timer+ADC+DMA\FWLIB\inc\stm32f4xx_gpio.h
timer+ADC+DMA\FWLIB\inc\stm32f4xx_hash.h
timer+ADC+DMA\FWLIB\inc\stm32f4xx_i2c.h
timer+ADC+DMA\FWLIB\inc\stm32f4xx_iwdg.h
timer+ADC+DMA\FWLIB\inc\stm32f4xx_ltdc.h
timer+ADC+DMA\FWLIB\inc\stm32f4xx_pwr.h
timer+ADC+DMA\FWLIB\inc\stm32f4xx_rcc.h
timer+ADC+DMA\FWLIB\inc\stm32f4xx_rng.h
timer+ADC+DMA\FWLIB\inc\stm32f4xx_rtc.h
timer+ADC+DMA\FWLIB\inc\stm32f4xx_sai.h
timer+ADC+DMA\FWLIB\inc\stm32f4xx_sdio.h
timer+ADC+DMA\FWLIB\inc\stm32f4xx_spi.h
timer+ADC+DMA\FWLIB\inc\stm32f4xx_syscfg.h
timer+ADC+DMA\FWLIB\inc\stm32f4xx_tim.h
timer+ADC+DMA\FWLIB\inc\stm32f4xx_usart.h
timer+ADC+DMA\FWLIB\inc\stm32f4xx_wwdg.h
timer+ADC+DMA\FWLIB\src\misc.c
timer+ADC+DMA\FWLIB\src\stm32f4xx_adc.c
timer+ADC+DMA\FWLIB\src\stm32f4xx_can.c
timer+ADC+DMA\FWLIB\src\stm32f4xx_crc.c
timer+ADC+DMA\FWLIB\src\stm32f4xx_cryp.c
timer+ADC+DMA\FWLIB\src\stm32f4xx_cryp_aes.c
timer+ADC+DMA\FWLIB\src\stm32f4xx_cryp_des.c
timer+ADC+DMA\FWLIB\src\stm32f4xx_cryp_tdes.c
timer+ADC+DMA\FWLIB\src\stm32f4xx_dac.c
timer+ADC+DMA\FWLIB\src\stm32f4xx_dbgmcu.c
timer+ADC+DMA\FWLIB\src\stm32f4xx_dcmi.c
timer+ADC+DMA\FWLIB\src\stm32f4xx_dma.c
timer+ADC+DMA\FWLIB\src\stm32f4xx_dma2d.c
timer+ADC+DMA\FWLIB\src\stm32f4xx_exti.c
timer+ADC+DMA\FWLIB\src\stm32f4xx_flash.c
timer+ADC+DMA\FWLIB\src\stm32f4xx_flash_ramfunc.c
timer+ADC+DMA\FWLIB\src\stm32f4xx_fmc.c
timer+ADC+DMA\FWLIB\src\stm32f4xx_fsmc.c
timer+ADC+DMA\FWLIB\src\stm32f4xx_gpio.c
timer+ADC+DMA\FWLIB\src\stm32f4xx_hash.c
timer+ADC+DMA\FWLIB\src\stm32f4xx_hash_md5.c
timer+ADC+DMA\FWLIB\src\stm32f4xx_hash_sha1.c
timer+ADC+DMA\FWLIB\src\stm32f4xx_i2c.c
timer+ADC+DMA\FWLIB\src\stm32f4xx_iwdg.c
timer+ADC+DMA\FWLIB\src\stm32f4xx_ltdc.c
timer+ADC+DMA\FWLIB\src\stm32f4xx_pwr.c
timer+ADC+DMA\FWLIB\src\stm32f4xx_rcc.c
timer+ADC+DMA\FWLIB\src\stm32f4xx_rng.c
timer+ADC+DMA\FWLIB\src\stm32f4xx_rtc.c
timer+ADC+DMA\FWLIB\src\stm32f4xx_sai.c
timer+ADC+DMA\FWLIB\src\stm32f4xx_sdio.c
timer+ADC+DMA\FWLIB\src\stm32f4xx_spi.c
timer+ADC+DMA\FWLIB\src\stm32f4xx_syscfg.c
timer+ADC+DMA\FWLIB\src\stm32f4xx_tim.c
timer+ADC+DMA\FWLIB\src\stm32f4xx_usart.c
timer+ADC+DMA\FWLIB\src\stm32f4xx_wwdg.c
timer+ADC+DMA\keilkilll.bat
timer+ADC+DMA\OBJ\adc.crf
timer+ADC+DMA\OBJ\adc.d
timer+ADC+DMA\OBJ\adc.o
timer+ADC+DMA\OBJ\delay.crf
timer+ADC+DMA\OBJ\delay.d
timer+ADC+DMA\OBJ\main.crf
timer+ADC+DMA\OBJ\main.d
timer+ADC+DMA\OBJ\main.o
timer+ADC+DMA\OBJ\misc.crf
timer+ADC+DMA\OBJ\misc.d
timer+ADC+DMA\OBJ\misc.o
timer+ADC+DMA\OBJ\startup_stm32f40_41xxx.d
timer+ADC+DMA\OBJ\startup_stm32f40_41xxx.lst
timer+ADC+DMA\OBJ\startup_stm32f40_41xxx.o
timer+ADC+DMA\OBJ\stm32f4xx_adc.crf
timer+ADC+DMA\OBJ\stm32f4xx_adc.d
timer+ADC+DMA\OBJ\stm32f4xx_adc.o
timer+ADC+DMA\OBJ\stm32f4xx_can.crf
timer+ADC+DMA\OBJ\stm32f4xx_can.d
timer+ADC+DMA\OBJ\stm32f4xx_can.o
timer+ADC+DMA\OBJ\stm32f4xx_crc.crf
timer+ADC+DMA\OBJ\stm32f4xx_crc.d
timer+ADC+DMA\OBJ\stm32f4xx_crc.o
timer+ADC+DMA\OBJ\stm32f4xx_cryp.crf
timer+ADC+DMA\OBJ\stm32f4xx_cryp.d
timer+ADC+DMA\OBJ\stm32f4xx_cryp.o
timer+ADC+DMA\OBJ\stm32f4xx_cryp_aes.crf
本网站为编程资源及源代码搜集、介绍的搜索网站,版权归原作者所有! 粤ICP备11031372号
1999-2046 搜珍网 All Rights Reserved.