STM32-AD(DMA)-interrupt

所属分类:单片机开发
开发工具:C/C++
文件大小:7327KB
下载次数:58
上传日期:2014-08-07 07:31:23
上 传 者xiaomingqu
说明:  基于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中断(双通道)-频采集 (0, 2014-07-29)
6-幅DMA中断(双通道)-频采集\CMSIS (0, 2014-07-29)
6-幅DMA中断(双通道)-频采集\CMSIS\core_cm3.c (17273, 2014-07-16)
6-幅DMA中断(双通道)-频采集\CMSIS\core_cm3.h (85714, 2014-07-16)
6-幅DMA中断(双通道)-频采集\CMSIS\startup (0, 2014-07-29)
6-幅DMA中断(双通道)-频采集\CMSIS\startup\startup_stm32f10x_cl.s (15766, 2014-07-16)
6-幅DMA中断(双通道)-频采集\CMSIS\startup\startup_stm32f10x_hd.s (15503, 2014-07-16)
6-幅DMA中断(双通道)-频采集\CMSIS\startup\startup_stm32f10x_hd_vl.s (15692, 2014-07-16)
6-幅DMA中断(双通道)-频采集\CMSIS\startup\startup_stm32f10x_ld.s (12376, 2014-07-16)
6-幅DMA中断(双通道)-频采集\CMSIS\startup\startup_stm32f10x_ld_vl.s (13656, 2014-07-16)
6-幅DMA中断(双通道)-频采集\CMSIS\startup\startup_stm32f10x_md.s (12765, 2014-07-16)
6-幅DMA中断(双通道)-频采集\CMSIS\startup\startup_stm32f10x_md_vl.s (14073, 2014-07-16)
6-幅DMA中断(双通道)-频采集\CMSIS\startup\startup_stm32f10x_xl.s (15955, 2014-07-16)
6-幅DMA中断(双通道)-频采集\CMSIS\stm32f10x.h (633941, 2014-07-16)
6-幅DMA中断(双通道)-频采集\CMSIS\system_stm32f10x.c (36557, 2014-07-16)
6-幅DMA中断(双通道)-频采集\CMSIS\system_stm32f10x.h (2085, 2014-07-16)
6-幅DMA中断(双通道)-频采集\FWlib (0, 2014-07-29)
6-幅DMA中断(双通道)-频采集\FWlib\inc (0, 2014-07-29)
6-幅DMA中断(双通道)-频采集\FWlib\inc\misc.h (8982, 2014-07-16)
6-幅DMA中断(双通道)-频采集\FWlib\inc\stm32f10x_adc.h (21690, 2014-07-16)
6-幅DMA中断(双通道)-频采集\FWlib\inc\stm32f10x_bkp.h (7555, 2014-07-16)
6-幅DMA中断(双通道)-频采集\FWlib\inc\stm32f10x_can.h (27559, 2014-07-16)
6-幅DMA中断(双通道)-频采集\FWlib\inc\stm32f10x_cec.h (6573, 2014-07-16)
6-幅DMA中断(双通道)-频采集\FWlib\inc\stm32f10x_crc.h (2162, 2014-07-16)
6-幅DMA中断(双通道)-频采集\FWlib\inc\stm32f10x_dac.h (15233, 2014-07-16)
6-幅DMA中断(双通道)-频采集\FWlib\inc\stm32f10x_dbgmcu.h (3818, 2014-07-16)
6-幅DMA中断(双通道)-频采集\FWlib\inc\stm32f10x_dma.h (20754, 2014-07-16)
6-幅DMA中断(双通道)-频采集\FWlib\inc\stm32f10x_exti.h (6824, 2014-07-16)
6-幅DMA中断(双通道)-频采集\FWlib\inc\stm32f10x_flash.h (25445, 2014-07-16)
6-幅DMA中断(双通道)-频采集\FWlib\inc\stm32f10x_fsmc.h (27016, 2014-07-16)
6-幅DMA中断(双通道)-频采集\FWlib\inc\stm32f10x_gpio.h (20175, 2014-07-16)
6-幅DMA中断(双通道)-频采集\FWlib\inc\stm32f10x_i2c.h (30029, 2014-07-16)
6-幅DMA中断(双通道)-频采集\FWlib\inc\stm32f10x_iwdg.h (3828, 2014-07-16)
6-幅DMA中断(双通道)-频采集\FWlib\inc\stm32f10x_pwr.h (4383, 2014-07-16)
6-幅DMA中断(双通道)-频采集\FWlib\inc\stm32f10x_rcc.h (30452, 2014-07-16)
6-幅DMA中断(双通道)-频采集\FWlib\inc\stm32f10x_rtc.h (3857, 2014-07-16)
6-幅DMA中断(双通道)-频采集\FWlib\inc\stm32f10x_sdio.h (21863, 2014-07-16)
6-幅DMA中断(双通道)-频采集\FWlib\inc\stm32f10x_spi.h (17725, 2014-07-16)
6-幅DMA中断(双通道)-频采集\FWlib\inc\stm32f10x_tim.h (52427, 2014-07-16)
6-幅DMA中断(双通道)-频采集\FWlib\inc\stm32f10x_usart.h (16548, 2014-07-16)
... ...

近期下载者

相关文件


收藏者