文件名称:STM32-AD(DMA)-interrupt
介绍说明--下载内容来自于网络,使用问题请自行百度
基于STM32的AD信号采集,采用DMA传输数据时,直接从SRAM取出数据时,DMA仍在数据传输,导致数据的实时性低,采用DMA中断取出数据,可保证在一段时间内数据的准确性,但也会丢失一部分ADC数据,适用于阶段性数据取样。-Based on the AD STM32 signal acquisition when using DMA data transfer, data is directly taken out from the SRAM, DMA is still data transmission, resulting in a low real-time data, data out using DMA interrupt can ensure the accuracy of the data within a period of time, but also lost part of ADC data for periodic data sampling.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
6-幅DMA中断(双通道)-频采集/
6-幅DMA中断(双通道)-频采集/CMSIS/
6-幅DMA中断(双通道)-频采集/CMSIS/core_cm3.c
6-幅DMA中断(双通道)-频采集/CMSIS/core_cm3.h
6-幅DMA中断(双通道)-频采集/CMSIS/startup/
6-幅DMA中断(双通道)-频采集/CMSIS/startup/startup_stm32f10x_cl.s
6-幅DMA中断(双通道)-频采集/CMSIS/startup/startup_stm32f10x_hd.s
6-幅DMA中断(双通道)-频采集/CMSIS/startup/startup_stm32f10x_hd_vl.s
6-幅DMA中断(双通道)-频采集/CMSIS/startup/startup_stm32f10x_ld.s
6-幅DMA中断(双通道)-频采集/CMSIS/startup/startup_stm32f10x_ld_vl.s
6-幅DMA中断(双通道)-频采集/CMSIS/startup/startup_stm32f10x_md.s
6-幅DMA中断(双通道)-频采集/CMSIS/startup/startup_stm32f10x_md_vl.s
6-幅DMA中断(双通道)-频采集/CMSIS/startup/startup_stm32f10x_xl.s
6-幅DMA中断(双通道)-频采集/CMSIS/stm32f10x.h
6-幅DMA中断(双通道)-频采集/CMSIS/system_stm32f10x.c
6-幅DMA中断(双通道)-频采集/CMSIS/system_stm32f10x.h
6-幅DMA中断(双通道)-频采集/FWlib/
6-幅DMA中断(双通道)-频采集/FWlib/inc/
6-幅DMA中断(双通道)-频采集/FWlib/inc/misc.h
6-幅DMA中断(双通道)-频采集/FWlib/inc/stm32f10x_adc.h
6-幅DMA中断(双通道)-频采集/FWlib/inc/stm32f10x_bkp.h
6-幅DMA中断(双通道)-频采集/FWlib/inc/stm32f10x_can.h
6-幅DMA中断(双通道)-频采集/FWlib/inc/stm32f10x_cec.h
6-幅DMA中断(双通道)-频采集/FWlib/inc/stm32f10x_crc.h
6-幅DMA中断(双通道)-频采集/FWlib/inc/stm32f10x_dac.h
6-幅DMA中断(双通道)-频采集/FWlib/inc/stm32f10x_dbgmcu.h
6-幅DMA中断(双通道)-频采集/FWlib/inc/stm32f10x_dma.h
6-幅DMA中断(双通道)-频采集/FWlib/inc/stm32f10x_exti.h
6-幅DMA中断(双通道)-频采集/FWlib/inc/stm32f10x_flash.h
6-幅DMA中断(双通道)-频采集/FWlib/inc/stm32f10x_fsmc.h
6-幅DMA中断(双通道)-频采集/FWlib/inc/stm32f10x_gpio.h
6-幅DMA中断(双通道)-频采集/FWlib/inc/stm32f10x_i2c.h
6-幅DMA中断(双通道)-频采集/FWlib/inc/stm32f10x_iwdg.h
6-幅DMA中断(双通道)-频采集/FWlib/inc/stm32f10x_pwr.h
6-幅DMA中断(双通道)-频采集/FWlib/inc/stm32f10x_rcc.h
6-幅DMA中断(双通道)-频采集/FWlib/inc/stm32f10x_rtc.h
6-幅DMA中断(双通道)-频采集/FWlib/inc/stm32f10x_sdio.h
6-幅DMA中断(双通道)-频采集/FWlib/inc/stm32f10x_spi.h
6-幅DMA中断(双通道)-频采集/FWlib/inc/stm32f10x_tim.h
6-幅DMA中断(双通道)-频采集/FWlib/inc/stm32f10x_usart.h
6-幅DMA中断(双通道)-频采集/FWlib/inc/stm32f10x_wwdg.h
6-幅DMA中断(双通道)-频采集/FWlib/src/
6-幅DMA中断(双通道)-频采集/FWlib/src/misc.c
6-幅DMA中断(双通道)-频采集/FWlib/src/stm32f10x_adc.c
6-幅DMA中断(双通道)-频采集/FWlib/src/stm32f10x_bkp.c
6-幅DMA中断(双通道)-频采集/FWlib/src/stm32f10x_can.c
6-幅DMA中断(双通道)-频采集/FWlib/src/stm32f10x_cec.c
6-幅DMA中断(双通道)-频采集/FWlib/src/stm32f10x_crc.c
6-幅DMA中断(双通道)-频采集/FWlib/src/stm32f10x_dac.c
6-幅DMA中断(双通道)-频采集/FWlib/src/stm32f10x_dbgmcu.c
6-幅DMA中断(双通道)-频采集/FWlib/src/stm32f10x_dma.c
6-幅DMA中断(双通道)-频采集/FWlib/src/stm32f10x_exti.c
6-幅DMA中断(双通道)-频采集/FWlib/src/stm32f10x_flash.c
6-幅DMA中断(双通道)-频采集/FWlib/src/stm32f10x_fsmc.c
6-幅DMA中断(双通道)-频采集/FWlib/src/stm32f10x_gpio.c
6-幅DMA中断(双通道)-频采集/FWlib/src/stm32f10x_i2c.c
6-幅DMA中断(双通道)-频采集/FWlib/src/stm32f10x_iwdg.c
6-幅DMA中断(双通道)-频采集/FWlib/src/stm32f10x_pwr.c
6-幅DMA中断(双通道)-频采集/FWlib/src/stm32f10x_rcc.c
6-幅DMA中断(双通道)-频采集/FWlib/src/stm32f10x_rtc.c
6-幅DMA中断(双通道)-频采集/FWlib/src/stm32f10x_sdio.c
6-幅DMA中断(双通道)-频采集/FWlib/src/stm32f10x_spi.c
6-幅DMA中断(双通道)-频采集/FWlib/src/stm32f10x_tim.c
6-幅DMA中断(双通道)-频采集/FWlib/src/stm32f10x_usart.c
6-幅DMA中断(双通道)-频采集/FWlib/src/stm32f10x_wwdg.c
6-幅DMA中断(双通道)-频采集/Listing/
6-幅DMA中断(双通道)-频采集/Listing/startup_stm32f10x_hd.lst
6-幅DMA中断(双通道)-频采集/Listing/STM32-DEMO.map
6-幅DMA中断(双通道)-频采集/Output/
6-幅DMA中断(双通道)-频采集/Output/12864.crf
6-幅DMA中断(双通道)-频采集/Output/12864.d
6-幅DMA中断(双通道)-频采集/Output/12864.o
6-幅DMA中断(双通道)-频采集/Output/bsp_adc.crf
6-幅DMA中断(双通道)-频采集/Output/bsp_adc.d
6-幅DMA中断(双通道)-频采集/Output/bsp_adc.o
6-幅DMA中断(双通道)-频采集/Output/bsp_adc.__i
6-幅DMA中断(双通道)-频采集/Output/core_cm3.crf
6-幅DMA中断(双通道)-频采集/Output/core_cm3.d
6-幅DMA中断(双通道)-频采集/Output/core_cm3.o
6-幅DMA中断(双通道)-频采集/Output/delay.crf
6-幅DMA中断(双通道)-频采集/Output/delay.d
6-幅DMA中断(双通道)-频采集/Output/delay.o
6-幅DMA中断(双通道)-频采集/Output/incapt.crf
6-幅DMA中断(双通道)-频采集/Output/incapt.d
6-幅DMA中断(双通道)-频采集/Output/incapt.o
6-幅DMA中断(双通道)-频采集/Output/incapt.__i
6-幅DMA中断(双通道)-频采集/Output/main.crf
6-幅DMA中断(双通道)-频采集/Output/main.d
6-幅DMA中断(双通道)-频采集/Output/main.o
6-幅DMA中断(双通道)-频采集/Output/main.__i
6-幅DMA中断(双通道)-频采集/Output/misc.crf
6-幅DMA中断(双通道)-频采集/Output/misc.d
6-幅DMA中断(双通道)-频采集/Output/misc.o
6-幅DMA中断(双通道)-频采集/Output/startup_stm32f10x_hd.d
6-幅DMA中断(双通道)-频采集/Output/startup_stm32f10x_hd.o
6-幅DMA中断(双通道)-频采集/Output/STM32-DEMO.axf
6-幅DMA中断(双通道)-频采集/Output/STM32-DEMO.hex
6-幅DMA中断(双通道)-频采集/Output/STM32-DEMO.htm
6-幅DMA中断(双通道)-频采集/Output/STM32-DEMO.lnp
6-幅DMA中断(双通道)-频采集/Output/STM32-DEMO.plg
6-幅DMA中断(双通道)-频采集/Output/STM32-DEMO.sct
6-幅DMA中断(双通道)-频采集/Output/STM32-DEMO.tra
6-幅DMA中断(双通道)-频采集/Output/stm32f10x_adc.crf
6-幅DMA中断(双通道)-频采集/Output/stm32f10x_adc.d
6-幅DMA中断(双通道)-频采集/Output/stm32f10x_adc.o
6-幅DMA中断(双通道)-频采集/Output/stm32f10x_adc.__i
6-幅DMA中断(双通道)-频采集/Output/stm32f10x_bkp.crf
6-幅DMA中断(双通道)-频采集/Output/stm32f10x_bkp.d
6-幅DMA中断(双通道)-频采集/Output/stm32f10x_bkp.o
6-幅DMA中断(双通道)-频采集/Output/stm32f10x_bkp.__i
6-幅DMA中断(双通道)-频采集/Output/stm32f10x_can.crf
6-幅DMA中断(双通道)-频采集/Output/stm32f10x_can.d
6-幅DMA中断(双通道)-频采集/Output/stm32f10x_can.o
6-幅DMA中断(双通道)-频采集/Output/stm32f10x_can.__i
6-幅DMA中断(双通道)-频采集/Output/stm32f10x_cec.crf
6-幅DMA中断(双通道)-频采集/Output/stm32f10x_cec.d
6-幅DMA中断(双通道)-频采集/Output/stm32f10x_cec.o
6-幅DMA中断(双通道)-频采集/Output/stm32f10x_cec.__i
6-幅DMA中断(双通道)-频采集/Output/stm32f10x_crc.crf
6-幅DMA中断(双通道)-频采集/Output/stm32f10x_crc.d
6-幅DMA中断(双通道)-频采集/Output/stm32f10x_crc.o
6-幅DMA中断(双通道)-频采集/Output/stm32f10x_crc.__i
6-幅DMA中断(双通道)-频采集/Output/stm32f10x_dac.crf
6-幅DMA中断(双通道)-频采集/Output/stm32f10x_dac.d
6-幅DMA中断(双通道)-频采
6-幅DMA中断(双通道)-频采集/CMSIS/
6-幅DMA中断(双通道)-频采集/CMSIS/core_cm3.c
6-幅DMA中断(双通道)-频采集/CMSIS/core_cm3.h
6-幅DMA中断(双通道)-频采集/CMSIS/startup/
6-幅DMA中断(双通道)-频采集/CMSIS/startup/startup_stm32f10x_cl.s
6-幅DMA中断(双通道)-频采集/CMSIS/startup/startup_stm32f10x_hd.s
6-幅DMA中断(双通道)-频采集/CMSIS/startup/startup_stm32f10x_hd_vl.s
6-幅DMA中断(双通道)-频采集/CMSIS/startup/startup_stm32f10x_ld.s
6-幅DMA中断(双通道)-频采集/CMSIS/startup/startup_stm32f10x_ld_vl.s
6-幅DMA中断(双通道)-频采集/CMSIS/startup/startup_stm32f10x_md.s
6-幅DMA中断(双通道)-频采集/CMSIS/startup/startup_stm32f10x_md_vl.s
6-幅DMA中断(双通道)-频采集/CMSIS/startup/startup_stm32f10x_xl.s
6-幅DMA中断(双通道)-频采集/CMSIS/stm32f10x.h
6-幅DMA中断(双通道)-频采集/CMSIS/system_stm32f10x.c
6-幅DMA中断(双通道)-频采集/CMSIS/system_stm32f10x.h
6-幅DMA中断(双通道)-频采集/FWlib/
6-幅DMA中断(双通道)-频采集/FWlib/inc/
6-幅DMA中断(双通道)-频采集/FWlib/inc/misc.h
6-幅DMA中断(双通道)-频采集/FWlib/inc/stm32f10x_adc.h
6-幅DMA中断(双通道)-频采集/FWlib/inc/stm32f10x_bkp.h
6-幅DMA中断(双通道)-频采集/FWlib/inc/stm32f10x_can.h
6-幅DMA中断(双通道)-频采集/FWlib/inc/stm32f10x_cec.h
6-幅DMA中断(双通道)-频采集/FWlib/inc/stm32f10x_crc.h
6-幅DMA中断(双通道)-频采集/FWlib/inc/stm32f10x_dac.h
6-幅DMA中断(双通道)-频采集/FWlib/inc/stm32f10x_dbgmcu.h
6-幅DMA中断(双通道)-频采集/FWlib/inc/stm32f10x_dma.h
6-幅DMA中断(双通道)-频采集/FWlib/inc/stm32f10x_exti.h
6-幅DMA中断(双通道)-频采集/FWlib/inc/stm32f10x_flash.h
6-幅DMA中断(双通道)-频采集/FWlib/inc/stm32f10x_fsmc.h
6-幅DMA中断(双通道)-频采集/FWlib/inc/stm32f10x_gpio.h
6-幅DMA中断(双通道)-频采集/FWlib/inc/stm32f10x_i2c.h
6-幅DMA中断(双通道)-频采集/FWlib/inc/stm32f10x_iwdg.h
6-幅DMA中断(双通道)-频采集/FWlib/inc/stm32f10x_pwr.h
6-幅DMA中断(双通道)-频采集/FWlib/inc/stm32f10x_rcc.h
6-幅DMA中断(双通道)-频采集/FWlib/inc/stm32f10x_rtc.h
6-幅DMA中断(双通道)-频采集/FWlib/inc/stm32f10x_sdio.h
6-幅DMA中断(双通道)-频采集/FWlib/inc/stm32f10x_spi.h
6-幅DMA中断(双通道)-频采集/FWlib/inc/stm32f10x_tim.h
6-幅DMA中断(双通道)-频采集/FWlib/inc/stm32f10x_usart.h
6-幅DMA中断(双通道)-频采集/FWlib/inc/stm32f10x_wwdg.h
6-幅DMA中断(双通道)-频采集/FWlib/src/
6-幅DMA中断(双通道)-频采集/FWlib/src/misc.c
6-幅DMA中断(双通道)-频采集/FWlib/src/stm32f10x_adc.c
6-幅DMA中断(双通道)-频采集/FWlib/src/stm32f10x_bkp.c
6-幅DMA中断(双通道)-频采集/FWlib/src/stm32f10x_can.c
6-幅DMA中断(双通道)-频采集/FWlib/src/stm32f10x_cec.c
6-幅DMA中断(双通道)-频采集/FWlib/src/stm32f10x_crc.c
6-幅DMA中断(双通道)-频采集/FWlib/src/stm32f10x_dac.c
6-幅DMA中断(双通道)-频采集/FWlib/src/stm32f10x_dbgmcu.c
6-幅DMA中断(双通道)-频采集/FWlib/src/stm32f10x_dma.c
6-幅DMA中断(双通道)-频采集/FWlib/src/stm32f10x_exti.c
6-幅DMA中断(双通道)-频采集/FWlib/src/stm32f10x_flash.c
6-幅DMA中断(双通道)-频采集/FWlib/src/stm32f10x_fsmc.c
6-幅DMA中断(双通道)-频采集/FWlib/src/stm32f10x_gpio.c
6-幅DMA中断(双通道)-频采集/FWlib/src/stm32f10x_i2c.c
6-幅DMA中断(双通道)-频采集/FWlib/src/stm32f10x_iwdg.c
6-幅DMA中断(双通道)-频采集/FWlib/src/stm32f10x_pwr.c
6-幅DMA中断(双通道)-频采集/FWlib/src/stm32f10x_rcc.c
6-幅DMA中断(双通道)-频采集/FWlib/src/stm32f10x_rtc.c
6-幅DMA中断(双通道)-频采集/FWlib/src/stm32f10x_sdio.c
6-幅DMA中断(双通道)-频采集/FWlib/src/stm32f10x_spi.c
6-幅DMA中断(双通道)-频采集/FWlib/src/stm32f10x_tim.c
6-幅DMA中断(双通道)-频采集/FWlib/src/stm32f10x_usart.c
6-幅DMA中断(双通道)-频采集/FWlib/src/stm32f10x_wwdg.c
6-幅DMA中断(双通道)-频采集/Listing/
6-幅DMA中断(双通道)-频采集/Listing/startup_stm32f10x_hd.lst
6-幅DMA中断(双通道)-频采集/Listing/STM32-DEMO.map
6-幅DMA中断(双通道)-频采集/Output/
6-幅DMA中断(双通道)-频采集/Output/12864.crf
6-幅DMA中断(双通道)-频采集/Output/12864.d
6-幅DMA中断(双通道)-频采集/Output/12864.o
6-幅DMA中断(双通道)-频采集/Output/bsp_adc.crf
6-幅DMA中断(双通道)-频采集/Output/bsp_adc.d
6-幅DMA中断(双通道)-频采集/Output/bsp_adc.o
6-幅DMA中断(双通道)-频采集/Output/bsp_adc.__i
6-幅DMA中断(双通道)-频采集/Output/core_cm3.crf
6-幅DMA中断(双通道)-频采集/Output/core_cm3.d
6-幅DMA中断(双通道)-频采集/Output/core_cm3.o
6-幅DMA中断(双通道)-频采集/Output/delay.crf
6-幅DMA中断(双通道)-频采集/Output/delay.d
6-幅DMA中断(双通道)-频采集/Output/delay.o
6-幅DMA中断(双通道)-频采集/Output/incapt.crf
6-幅DMA中断(双通道)-频采集/Output/incapt.d
6-幅DMA中断(双通道)-频采集/Output/incapt.o
6-幅DMA中断(双通道)-频采集/Output/incapt.__i
6-幅DMA中断(双通道)-频采集/Output/main.crf
6-幅DMA中断(双通道)-频采集/Output/main.d
6-幅DMA中断(双通道)-频采集/Output/main.o
6-幅DMA中断(双通道)-频采集/Output/main.__i
6-幅DMA中断(双通道)-频采集/Output/misc.crf
6-幅DMA中断(双通道)-频采集/Output/misc.d
6-幅DMA中断(双通道)-频采集/Output/misc.o
6-幅DMA中断(双通道)-频采集/Output/startup_stm32f10x_hd.d
6-幅DMA中断(双通道)-频采集/Output/startup_stm32f10x_hd.o
6-幅DMA中断(双通道)-频采集/Output/STM32-DEMO.axf
6-幅DMA中断(双通道)-频采集/Output/STM32-DEMO.hex
6-幅DMA中断(双通道)-频采集/Output/STM32-DEMO.htm
6-幅DMA中断(双通道)-频采集/Output/STM32-DEMO.lnp
6-幅DMA中断(双通道)-频采集/Output/STM32-DEMO.plg
6-幅DMA中断(双通道)-频采集/Output/STM32-DEMO.sct
6-幅DMA中断(双通道)-频采集/Output/STM32-DEMO.tra
6-幅DMA中断(双通道)-频采集/Output/stm32f10x_adc.crf
6-幅DMA中断(双通道)-频采集/Output/stm32f10x_adc.d
6-幅DMA中断(双通道)-频采集/Output/stm32f10x_adc.o
6-幅DMA中断(双通道)-频采集/Output/stm32f10x_adc.__i
6-幅DMA中断(双通道)-频采集/Output/stm32f10x_bkp.crf
6-幅DMA中断(双通道)-频采集/Output/stm32f10x_bkp.d
6-幅DMA中断(双通道)-频采集/Output/stm32f10x_bkp.o
6-幅DMA中断(双通道)-频采集/Output/stm32f10x_bkp.__i
6-幅DMA中断(双通道)-频采集/Output/stm32f10x_can.crf
6-幅DMA中断(双通道)-频采集/Output/stm32f10x_can.d
6-幅DMA中断(双通道)-频采集/Output/stm32f10x_can.o
6-幅DMA中断(双通道)-频采集/Output/stm32f10x_can.__i
6-幅DMA中断(双通道)-频采集/Output/stm32f10x_cec.crf
6-幅DMA中断(双通道)-频采集/Output/stm32f10x_cec.d
6-幅DMA中断(双通道)-频采集/Output/stm32f10x_cec.o
6-幅DMA中断(双通道)-频采集/Output/stm32f10x_cec.__i
6-幅DMA中断(双通道)-频采集/Output/stm32f10x_crc.crf
6-幅DMA中断(双通道)-频采集/Output/stm32f10x_crc.d
6-幅DMA中断(双通道)-频采集/Output/stm32f10x_crc.o
6-幅DMA中断(双通道)-频采集/Output/stm32f10x_crc.__i
6-幅DMA中断(双通道)-频采集/Output/stm32f10x_dac.crf
6-幅DMA中断(双通道)-频采集/Output/stm32f10x_dac.d
6-幅DMA中断(双通道)-频采
本网站为编程资源及源代码搜集、介绍的搜索网站,版权归原作者所有! 粤ICP备11031372号
1999-2046 搜珍网 All Rights Reserved.