CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 嵌入式/单片机编程 单片机(51,AVR,MSP430等)

文件名称:STM32-AD(DMA)-interrupt

  • 所属分类:
  • 标签属性:
  • 上传时间:
    2014-08-07
  • 文件大小:
    7.16mb
  • 已下载:
    0次
  • 提 供 者:
  • 相关连接:
  • 下载说明:
    别用迅雷下载,失败请重下,重下不扣分!

介绍说明--下载内容来自于网络,使用问题请自行百度

基于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中断(双通道)-频采

相关说明

  • 本站资源为会员上传分享交流与学习,如有侵犯您的权益,请联系我们删除.
  • 搜珍网是交换下载平台,只提供交流渠道,下载内容来自于网络,除下载问题外,其它问题请自行百度。更多...
  • 本站已设置防盗链,请勿用迅雷、QQ旋风等下载软件下载资源,下载后用WinRAR最新版进行解压.
  • 如果您发现内容无法下载,请稍后再次尝试;或换浏览器;或者到消费记录里找到下载记录反馈给我们.
  • 下载后发现下载的内容跟说明不相乎,请到消费记录里找到下载记录反馈给我们,经确认后退回积分.
  • 如下载前有疑问,可以通过点击"提供者"的名字,查看对方的联系方式,联系对方咨询.

相关评论

暂无评论内容.

发表评论

*快速评论: 推荐 一般 有密码 和说明不符 不是源码或资料 文件不全 不能解压 纯粹是垃圾
*内  容:
*验 证 码:
搜珍网 www.dssz.com