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

文件名称:stm32-adc-dma

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

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

在 STM32 中,使用 ADC 时往往采用 DMA 传输方式,由 DMA 把 ADC 外设转换的数据传输到 SRAM,再进行处理,甚至直接把 ADC 的数

据转移到串口发送给上位机.-In STM32, often employ the use of ADC DMA transfer mode, the DMA the ADC peripheral conversion of data to the SRAM, and then processed, or even directly to the number of ADC

It is transferred to the serial port to send to the host computer.
(系统自动生成,下载前可以参看下载内容)

下载文件列表

stm32 adc dma/
stm32 adc dma/Doc/
stm32 adc dma/Doc/readme.txt
stm32 adc dma/Libraries/
stm32 adc dma/Libraries/CMSIS/
stm32 adc dma/Libraries/CMSIS/core_cm3.c
stm32 adc dma/Libraries/CMSIS/core_cm3.h
stm32 adc dma/Libraries/CMSIS/startup/
stm32 adc dma/Libraries/CMSIS/startup/startup_stm32f10x_cl.s
stm32 adc dma/Libraries/CMSIS/startup/startup_stm32f10x_hd.s
stm32 adc dma/Libraries/CMSIS/startup/startup_stm32f10x_hd_vl.s
stm32 adc dma/Libraries/CMSIS/startup/startup_stm32f10x_ld.s
stm32 adc dma/Libraries/CMSIS/startup/startup_stm32f10x_ld_vl.s
stm32 adc dma/Libraries/CMSIS/startup/startup_stm32f10x_md.s
stm32 adc dma/Libraries/CMSIS/startup/startup_stm32f10x_md_vl.s
stm32 adc dma/Libraries/CMSIS/startup/startup_stm32f10x_xl.s
stm32 adc dma/Libraries/CMSIS/stm32f10x.h
stm32 adc dma/Libraries/CMSIS/system_stm32f10x.c
stm32 adc dma/Libraries/CMSIS/system_stm32f10x.h
stm32 adc dma/Libraries/FWlib/
stm32 adc dma/Libraries/FWlib/inc/
stm32 adc dma/Libraries/FWlib/inc/misc.h
stm32 adc dma/Libraries/FWlib/inc/stm32f10x_adc.h
stm32 adc dma/Libraries/FWlib/inc/stm32f10x_bkp.h
stm32 adc dma/Libraries/FWlib/inc/stm32f10x_can.h
stm32 adc dma/Libraries/FWlib/inc/stm32f10x_cec.h
stm32 adc dma/Libraries/FWlib/inc/stm32f10x_crc.h
stm32 adc dma/Libraries/FWlib/inc/stm32f10x_dac.h
stm32 adc dma/Libraries/FWlib/inc/stm32f10x_dbgmcu.h
stm32 adc dma/Libraries/FWlib/inc/stm32f10x_dma.h
stm32 adc dma/Libraries/FWlib/inc/stm32f10x_exti.h
stm32 adc dma/Libraries/FWlib/inc/stm32f10x_flash.h
stm32 adc dma/Libraries/FWlib/inc/stm32f10x_fsmc.h
stm32 adc dma/Libraries/FWlib/inc/stm32f10x_gpio.h
stm32 adc dma/Libraries/FWlib/inc/stm32f10x_i2c.h
stm32 adc dma/Libraries/FWlib/inc/stm32f10x_iwdg.h
stm32 adc dma/Libraries/FWlib/inc/stm32f10x_pwr.h
stm32 adc dma/Libraries/FWlib/inc/stm32f10x_rcc.h
stm32 adc dma/Libraries/FWlib/inc/stm32f10x_rtc.h
stm32 adc dma/Libraries/FWlib/inc/stm32f10x_sdio.h
stm32 adc dma/Libraries/FWlib/inc/stm32f10x_spi.h
stm32 adc dma/Libraries/FWlib/inc/stm32f10x_tim.h
stm32 adc dma/Libraries/FWlib/inc/stm32f10x_usart.h
stm32 adc dma/Libraries/FWlib/inc/stm32f10x_wwdg.h
stm32 adc dma/Libraries/FWlib/src/
stm32 adc dma/Libraries/FWlib/src/misc.c
stm32 adc dma/Libraries/FWlib/src/stm32f10x_adc.c
stm32 adc dma/Libraries/FWlib/src/stm32f10x_bkp.c
stm32 adc dma/Libraries/FWlib/src/stm32f10x_can.c
stm32 adc dma/Libraries/FWlib/src/stm32f10x_cec.c
stm32 adc dma/Libraries/FWlib/src/stm32f10x_crc.c
stm32 adc dma/Libraries/FWlib/src/stm32f10x_dac.c
stm32 adc dma/Libraries/FWlib/src/stm32f10x_dbgmcu.c
stm32 adc dma/Libraries/FWlib/src/stm32f10x_dma.c
stm32 adc dma/Libraries/FWlib/src/stm32f10x_exti.c
stm32 adc dma/Libraries/FWlib/src/stm32f10x_flash.c
stm32 adc dma/Libraries/FWlib/src/stm32f10x_fsmc.c
stm32 adc dma/Libraries/FWlib/src/stm32f10x_gpio.c
stm32 adc dma/Libraries/FWlib/src/stm32f10x_i2c.c
stm32 adc dma/Libraries/FWlib/src/stm32f10x_iwdg.c
stm32 adc dma/Libraries/FWlib/src/stm32f10x_pwr.c
stm32 adc dma/Libraries/FWlib/src/stm32f10x_rcc.c
stm32 adc dma/Libraries/FWlib/src/stm32f10x_rtc.c
stm32 adc dma/Libraries/FWlib/src/stm32f10x_sdio.c
stm32 adc dma/Libraries/FWlib/src/stm32f10x_spi.c
stm32 adc dma/Libraries/FWlib/src/stm32f10x_tim.c
stm32 adc dma/Libraries/FWlib/src/stm32f10x_usart.c
stm32 adc dma/Libraries/FWlib/src/stm32f10x_wwdg.c
stm32 adc dma/Listing/
stm32 adc dma/Listing/Template.map
stm32 adc dma/Listing/startup_stm32f10x_hd.lst
stm32 adc dma/Output/
stm32 adc dma/Output/Template.axf
stm32 adc dma/Output/Template.hex
stm32 adc dma/Output/Template.htm
stm32 adc dma/Output/Template.lnp
stm32 adc dma/Output/Template.plg
stm32 adc dma/Output/Template.sct
stm32 adc dma/Output/bsp_adc.crf
stm32 adc dma/Output/bsp_adc.d
stm32 adc dma/Output/bsp_adc.o
stm32 adc dma/Output/bsp_usart1.crf
stm32 adc dma/Output/bsp_usart1.d
stm32 adc dma/Output/bsp_usart1.o
stm32 adc dma/Output/core_cm3.crf
stm32 adc dma/Output/core_cm3.d
stm32 adc dma/Output/core_cm3.o
stm32 adc dma/Output/main.crf
stm32 adc dma/Output/main.d
stm32 adc dma/Output/main.o
stm32 adc dma/Output/misc.crf
stm32 adc dma/Output/misc.d
stm32 adc dma/Output/misc.o
stm32 adc dma/Output/startup_stm32f10x_hd.d
stm32 adc dma/Output/startup_stm32f10x_hd.o
stm32 adc dma/Output/stm32f10x_adc.crf
stm32 adc dma/Output/stm32f10x_adc.d
stm32 adc dma/Output/stm32f10x_adc.o
stm32 adc dma/Output/stm32f10x_bkp.crf
stm32 adc dma/Output/stm32f10x_bkp.d
stm32 adc dma/Output/stm32f10x_bkp.o
stm32 adc dma/Output/stm32f10x_can.crf
stm32 adc dma/Output/stm32f10x_can.d
stm32 adc dma/Output/stm32f10x_can.o
stm32 adc dma/Output/stm32f10x_cec.crf
stm32 adc dma/Output/stm32f10x_cec.d
stm32 adc dma/Output/stm32f10x_cec.o
stm32 adc dma/Output/stm32f10x_crc.crf
stm32 adc dma/Output/stm32f10x_crc.d
stm32 adc dma/Output/stm32f10x_crc.o
stm32 adc dma/Output/stm32f10x_dac.crf
stm32 adc dma/Output/stm32f10x_dac.d
stm32 adc dma/Output/stm32f10x_dac.o
stm32 adc dma/Output/stm32f10x_dbgmcu.crf
stm32 adc dma/Output/stm32f10x_dbgmcu.d
stm32 adc dma/Output/stm32f10x_dbgmcu.o
stm32 adc dma/Output/stm32f10x_dma.crf
stm32 adc dma/Output/stm32f10x_dma.d
stm32 adc dma/Output/stm32f10x_dma.o
stm32 adc dma/Output/stm32f10x_ex

相关说明

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

相关评论

暂无评论内容.

发表评论

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