文件名称:STM32--ADC
介绍说明--下载内容来自于网络,使用问题请自行百度
利用ADC的第11通道对开发板输入的电压值作AD转换,采用连续转换模式,转换结果通过DMA通道1读取。ADC转换的结果,每间隔1秒钟向串口发送一次。
-The ADC channel 11 development board input voltage for AD conversion, continuous conversion mode, conversion results read by the DMA channel 1. ADC conversion results, each interval of 1 second to send to the serial port once.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
STM32奋斗板-ADC/JLinkLog.txt
STM32奋斗板-ADC/readme.txt
STM32奋斗板-ADC/STM32-FD-ADC.Opt
STM32奋斗板-ADC/STM32-FD-ADC.Uv2
STM32奋斗板-ADC/STM32-FD-ADC_Opt.Bak
STM32奋斗板-ADC/STM32-FD-ADC_STM32-FD-ADC.dep
STM32奋斗板-ADC/STM32-FD-ADC_Uv2.Bak
STM32奋斗板-ADC/user/hw_config.c
STM32奋斗板-ADC/user/main.c
STM32奋斗板-ADC/user/stm32f10x_it.c
STM32奋斗板-ADC/user/stm32f10x_it.h
STM32奋斗板-ADC/startup/startup_stm32f10x_hd.s
STM32奋斗板-ADC/startup/startup_stm32f10x_ld.s
STM32奋斗板-ADC/startup/startup_stm32f10x_md.s
STM32奋斗板-ADC/list/ADC.map
STM32奋斗板-ADC/list/cortexm3_macro.lst
STM32奋斗板-ADC/list/main.i
STM32奋斗板-ADC/list/misc.i
STM32奋斗板-ADC/list/startup_stm32f10x_hd.lst
STM32奋斗板-ADC/list/startup_stm32f10x_md.lst
STM32奋斗板-ADC/list/STM32-FD-ADC.map
STM32奋斗板-ADC/list/STM32F10x.lst
STM32奋斗板-ADC/list/stm32f10x_adc.i
STM32奋斗板-ADC/list/stm32f10x_dma.i
STM32奋斗板-ADC/list/stm32f10x_flash.i
STM32奋斗板-ADC/list/stm32f10x_gpio.i
STM32奋斗板-ADC/list/stm32f10x_it.i
STM32奋斗板-ADC/list/stm32f10x_rcc.i
STM32奋斗板-ADC/list/stm32f10x_usart.i
STM32奋斗板-ADC/list/stm32f10x_vector.lst
STM32奋斗板-ADC/FWlib/SRC/misc.c
STM32奋斗板-ADC/FWlib/SRC/stm32f10x_adc.c
STM32奋斗板-ADC/FWlib/SRC/stm32f10x_bkp.c
STM32奋斗板-ADC/FWlib/SRC/stm32f10x_can.c
STM32奋斗板-ADC/FWlib/SRC/stm32f10x_cec.c
STM32奋斗板-ADC/FWlib/SRC/stm32f10x_crc.c
STM32奋斗板-ADC/FWlib/SRC/stm32f10x_dac.c
STM32奋斗板-ADC/FWlib/SRC/stm32f10x_dbgmcu.c
STM32奋斗板-ADC/FWlib/SRC/stm32f10x_dma.c
STM32奋斗板-ADC/FWlib/SRC/stm32f10x_exti.c
STM32奋斗板-ADC/FWlib/SRC/stm32f10x_flash.c
STM32奋斗板-ADC/FWlib/SRC/stm32f10x_fsmc.c
STM32奋斗板-ADC/FWlib/SRC/stm32f10x_gpio.c
STM32奋斗板-ADC/FWlib/SRC/stm32f10x_i2c.c
STM32奋斗板-ADC/FWlib/SRC/stm32f10x_iwdg.c
STM32奋斗板-ADC/FWlib/SRC/stm32f10x_pwr.c
STM32奋斗板-ADC/FWlib/SRC/stm32f10x_rcc.c
STM32奋斗板-ADC/FWlib/SRC/stm32f10x_rtc.c
STM32奋斗板-ADC/FWlib/SRC/stm32f10x_sdio.c
STM32奋斗板-ADC/FWlib/SRC/stm32f10x_spi.c
STM32奋斗板-ADC/FWlib/SRC/stm32f10x_tim.c
STM32奋斗板-ADC/FWlib/SRC/stm32f10x_usart.c
STM32奋斗板-ADC/FWlib/SRC/stm32f10x_wwdg.c
STM32奋斗板-ADC/FWlib/SRC/system_stm32f10x.c
STM32奋斗板-ADC/FWlib/inc/misc.h
STM32奋斗板-ADC/FWlib/inc/stm32f10x_adc.h
STM32奋斗板-ADC/FWlib/inc/stm32f10x_bkp.h
STM32奋斗板-ADC/FWlib/inc/stm32f10x_can.h
STM32奋斗板-ADC/FWlib/inc/stm32f10x_cec.h
STM32奋斗板-ADC/FWlib/inc/stm32f10x_conf.h
STM32奋斗板-ADC/FWlib/inc/stm32f10x_crc.h
STM32奋斗板-ADC/FWlib/inc/stm32f10x_dac.h
STM32奋斗板-ADC/FWlib/inc/stm32f10x_dbgmcu.h
STM32奋斗板-ADC/FWlib/inc/stm32f10x_dma.h
STM32奋斗板-ADC/FWlib/inc/stm32f10x_exti.h
STM32奋斗板-ADC/FWlib/inc/stm32f10x_flash.h
STM32奋斗板-ADC/FWlib/inc/stm32f10x_fsmc.h
STM32奋斗板-ADC/FWlib/inc/stm32f10x_gpio.h
STM32奋斗板-ADC/FWlib/inc/stm32f10x_i2c.h
STM32奋斗板-ADC/FWlib/inc/stm32f10x_iwdg.h
STM32奋斗板-ADC/FWlib/inc/stm32f10x_pwr.h
STM32奋斗板-ADC/FWlib/inc/stm32f10x_rcc.h
STM32奋斗板-ADC/FWlib/inc/stm32f10x_rtc.h
STM32奋斗板-ADC/FWlib/inc/stm32f10x_sdio.h
STM32奋斗板-ADC/FWlib/inc/stm32f10x_spi.h
STM32奋斗板-ADC/FWlib/inc/stm32f10x_tim.h
STM32奋斗板-ADC/FWlib/inc/stm32f10x_usart.h
STM32奋斗板-ADC/FWlib/inc/stm32f10x_wwdg.h
STM32奋斗板-ADC/CM3/core_cm3.c
STM32奋斗板-ADC/CM3/core_cm3.h
STM32奋斗板-ADC/CM3/stm32f10x.h
STM32奋斗板-ADC/CM3/system_stm32f10x.c
STM32奋斗板-ADC/CM3/system_stm32f10x.h
STM32奋斗板-ADC/FWlib/SRC
STM32奋斗板-ADC/FWlib/inc
STM32奋斗板-ADC/user
STM32奋斗板-ADC/startup
STM32奋斗板-ADC/obj
STM32奋斗板-ADC/list
STM32奋斗板-ADC/FWlib
STM32奋斗板-ADC/CM3
STM32奋斗板-ADC
STM32奋斗板-ADC/readme.txt
STM32奋斗板-ADC/STM32-FD-ADC.Opt
STM32奋斗板-ADC/STM32-FD-ADC.Uv2
STM32奋斗板-ADC/STM32-FD-ADC_Opt.Bak
STM32奋斗板-ADC/STM32-FD-ADC_STM32-FD-ADC.dep
STM32奋斗板-ADC/STM32-FD-ADC_Uv2.Bak
STM32奋斗板-ADC/user/hw_config.c
STM32奋斗板-ADC/user/main.c
STM32奋斗板-ADC/user/stm32f10x_it.c
STM32奋斗板-ADC/user/stm32f10x_it.h
STM32奋斗板-ADC/startup/startup_stm32f10x_hd.s
STM32奋斗板-ADC/startup/startup_stm32f10x_ld.s
STM32奋斗板-ADC/startup/startup_stm32f10x_md.s
STM32奋斗板-ADC/list/ADC.map
STM32奋斗板-ADC/list/cortexm3_macro.lst
STM32奋斗板-ADC/list/main.i
STM32奋斗板-ADC/list/misc.i
STM32奋斗板-ADC/list/startup_stm32f10x_hd.lst
STM32奋斗板-ADC/list/startup_stm32f10x_md.lst
STM32奋斗板-ADC/list/STM32-FD-ADC.map
STM32奋斗板-ADC/list/STM32F10x.lst
STM32奋斗板-ADC/list/stm32f10x_adc.i
STM32奋斗板-ADC/list/stm32f10x_dma.i
STM32奋斗板-ADC/list/stm32f10x_flash.i
STM32奋斗板-ADC/list/stm32f10x_gpio.i
STM32奋斗板-ADC/list/stm32f10x_it.i
STM32奋斗板-ADC/list/stm32f10x_rcc.i
STM32奋斗板-ADC/list/stm32f10x_usart.i
STM32奋斗板-ADC/list/stm32f10x_vector.lst
STM32奋斗板-ADC/FWlib/SRC/misc.c
STM32奋斗板-ADC/FWlib/SRC/stm32f10x_adc.c
STM32奋斗板-ADC/FWlib/SRC/stm32f10x_bkp.c
STM32奋斗板-ADC/FWlib/SRC/stm32f10x_can.c
STM32奋斗板-ADC/FWlib/SRC/stm32f10x_cec.c
STM32奋斗板-ADC/FWlib/SRC/stm32f10x_crc.c
STM32奋斗板-ADC/FWlib/SRC/stm32f10x_dac.c
STM32奋斗板-ADC/FWlib/SRC/stm32f10x_dbgmcu.c
STM32奋斗板-ADC/FWlib/SRC/stm32f10x_dma.c
STM32奋斗板-ADC/FWlib/SRC/stm32f10x_exti.c
STM32奋斗板-ADC/FWlib/SRC/stm32f10x_flash.c
STM32奋斗板-ADC/FWlib/SRC/stm32f10x_fsmc.c
STM32奋斗板-ADC/FWlib/SRC/stm32f10x_gpio.c
STM32奋斗板-ADC/FWlib/SRC/stm32f10x_i2c.c
STM32奋斗板-ADC/FWlib/SRC/stm32f10x_iwdg.c
STM32奋斗板-ADC/FWlib/SRC/stm32f10x_pwr.c
STM32奋斗板-ADC/FWlib/SRC/stm32f10x_rcc.c
STM32奋斗板-ADC/FWlib/SRC/stm32f10x_rtc.c
STM32奋斗板-ADC/FWlib/SRC/stm32f10x_sdio.c
STM32奋斗板-ADC/FWlib/SRC/stm32f10x_spi.c
STM32奋斗板-ADC/FWlib/SRC/stm32f10x_tim.c
STM32奋斗板-ADC/FWlib/SRC/stm32f10x_usart.c
STM32奋斗板-ADC/FWlib/SRC/stm32f10x_wwdg.c
STM32奋斗板-ADC/FWlib/SRC/system_stm32f10x.c
STM32奋斗板-ADC/FWlib/inc/misc.h
STM32奋斗板-ADC/FWlib/inc/stm32f10x_adc.h
STM32奋斗板-ADC/FWlib/inc/stm32f10x_bkp.h
STM32奋斗板-ADC/FWlib/inc/stm32f10x_can.h
STM32奋斗板-ADC/FWlib/inc/stm32f10x_cec.h
STM32奋斗板-ADC/FWlib/inc/stm32f10x_conf.h
STM32奋斗板-ADC/FWlib/inc/stm32f10x_crc.h
STM32奋斗板-ADC/FWlib/inc/stm32f10x_dac.h
STM32奋斗板-ADC/FWlib/inc/stm32f10x_dbgmcu.h
STM32奋斗板-ADC/FWlib/inc/stm32f10x_dma.h
STM32奋斗板-ADC/FWlib/inc/stm32f10x_exti.h
STM32奋斗板-ADC/FWlib/inc/stm32f10x_flash.h
STM32奋斗板-ADC/FWlib/inc/stm32f10x_fsmc.h
STM32奋斗板-ADC/FWlib/inc/stm32f10x_gpio.h
STM32奋斗板-ADC/FWlib/inc/stm32f10x_i2c.h
STM32奋斗板-ADC/FWlib/inc/stm32f10x_iwdg.h
STM32奋斗板-ADC/FWlib/inc/stm32f10x_pwr.h
STM32奋斗板-ADC/FWlib/inc/stm32f10x_rcc.h
STM32奋斗板-ADC/FWlib/inc/stm32f10x_rtc.h
STM32奋斗板-ADC/FWlib/inc/stm32f10x_sdio.h
STM32奋斗板-ADC/FWlib/inc/stm32f10x_spi.h
STM32奋斗板-ADC/FWlib/inc/stm32f10x_tim.h
STM32奋斗板-ADC/FWlib/inc/stm32f10x_usart.h
STM32奋斗板-ADC/FWlib/inc/stm32f10x_wwdg.h
STM32奋斗板-ADC/CM3/core_cm3.c
STM32奋斗板-ADC/CM3/core_cm3.h
STM32奋斗板-ADC/CM3/stm32f10x.h
STM32奋斗板-ADC/CM3/system_stm32f10x.c
STM32奋斗板-ADC/CM3/system_stm32f10x.h
STM32奋斗板-ADC/FWlib/SRC
STM32奋斗板-ADC/FWlib/inc
STM32奋斗板-ADC/user
STM32奋斗板-ADC/startup
STM32奋斗板-ADC/obj
STM32奋斗板-ADC/list
STM32奋斗板-ADC/FWlib
STM32奋斗板-ADC/CM3
STM32奋斗板-ADC
本网站为编程资源及源代码搜集、介绍的搜索网站,版权归原作者所有! 粤ICP备11031372号
1999-2046 搜珍网 All Rights Reserved.