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

文件名称:串口空闲中断+DMA收发(基于STM32F103ZET6)

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

功能:使用串口调试助手给单片机发送数据,
单片机利用DMA接收后再通过DMA将数据返给调试助手
(系统自动生成,下载前可以参看下载内容)

下载文件列表

压缩包 : 串口空闲中断+DMA收发.zip 列表
串口空闲中断+DMA收发/
串口空闲中断+DMA收发/Doc/
串口空闲中断+DMA收发/Doc/readme.txt
串口空闲中断+DMA收发/keilkill.bat
串口空闲中断+DMA收发/Libraries/
串口空闲中断+DMA收发/Libraries/CMSIS/
串口空闲中断+DMA收发/Libraries/CMSIS/core_cm3.c
串口空闲中断+DMA收发/Libraries/CMSIS/core_cm3.h
串口空闲中断+DMA收发/Libraries/CMSIS/startup/
串口空闲中断+DMA收发/Libraries/CMSIS/startup/startup_stm32f10x_cl.s
串口空闲中断+DMA收发/Libraries/CMSIS/startup/startup_stm32f10x_hd.s
串口空闲中断+DMA收发/Libraries/CMSIS/startup/startup_stm32f10x_hd_vl.s
串口空闲中断+DMA收发/Libraries/CMSIS/startup/startup_stm32f10x_ld.s
串口空闲中断+DMA收发/Libraries/CMSIS/startup/startup_stm32f10x_ld_vl.s
串口空闲中断+DMA收发/Libraries/CMSIS/startup/startup_stm32f10x_md.s
串口空闲中断+DMA收发/Libraries/CMSIS/startup/startup_stm32f10x_md_vl.s
串口空闲中断+DMA收发/Libraries/CMSIS/startup/startup_stm32f10x_xl.s
串口空闲中断+DMA收发/Libraries/CMSIS/stm32f10x.h
串口空闲中断+DMA收发/Libraries/CMSIS/system_stm32f10x.c
串口空闲中断+DMA收发/Libraries/CMSIS/system_stm32f10x.h
串口空闲中断+DMA收发/Libraries/FWlib/
串口空闲中断+DMA收发/Libraries/FWlib/inc/
串口空闲中断+DMA收发/Libraries/FWlib/inc/misc.h
串口空闲中断+DMA收发/Libraries/FWlib/inc/stm32f10x_adc.h
串口空闲中断+DMA收发/Libraries/FWlib/inc/stm32f10x_bkp.h
串口空闲中断+DMA收发/Libraries/FWlib/inc/stm32f10x_can.h
串口空闲中断+DMA收发/Libraries/FWlib/inc/stm32f10x_cec.h
串口空闲中断+DMA收发/Libraries/FWlib/inc/stm32f10x_crc.h
串口空闲中断+DMA收发/Libraries/FWlib/inc/stm32f10x_dac.h
串口空闲中断+DMA收发/Libraries/FWlib/inc/stm32f10x_dbgmcu.h
串口空闲中断+DMA收发/Libraries/FWlib/inc/stm32f10x_dma.h
串口空闲中断+DMA收发/Libraries/FWlib/inc/stm32f10x_exti.h
串口空闲中断+DMA收发/Libraries/FWlib/inc/stm32f10x_flash.h
串口空闲中断+DMA收发/Libraries/FWlib/inc/stm32f10x_fsmc.h
串口空闲中断+DMA收发/Libraries/FWlib/inc/stm32f10x_gpio.h
串口空闲中断+DMA收发/Libraries/FWlib/inc/stm32f10x_i2c.h
串口空闲中断+DMA收发/Libraries/FWlib/inc/stm32f10x_iwdg.h
串口空闲中断+DMA收发/Libraries/FWlib/inc/stm32f10x_pwr.h
串口空闲中断+DMA收发/Libraries/FWlib/inc/stm32f10x_rcc.h
串口空闲中断+DMA收发/Libraries/FWlib/inc/stm32f10x_rtc.h
串口空闲中断+DMA收发/Libraries/FWlib/inc/stm32f10x_sdio.h
串口空闲中断+DMA收发/Libraries/FWlib/inc/stm32f10x_spi.h
串口空闲中断+DMA收发/Libraries/FWlib/inc/stm32f10x_tim.h
串口空闲中断+DMA收发/Libraries/FWlib/inc/stm32f10x_usart.h
串口空闲中断+DMA收发/Libraries/FWlib/inc/stm32f10x_wwdg.h
串口空闲中断+DMA收发/Libraries/FWlib/src/
串口空闲中断+DMA收发/Libraries/FWlib/src/misc.c
串口空闲中断+DMA收发/Libraries/FWlib/src/stm32f10x_adc.c
串口空闲中断+DMA收发/Libraries/FWlib/src/stm32f10x_bkp.c
串口空闲中断+DMA收发/Libraries/FWlib/src/stm32f10x_can.c
串口空闲中断+DMA收发/Libraries/FWlib/src/stm32f10x_cec.c
串口空闲中断+DMA收发/Libraries/FWlib/src/stm32f10x_crc.c
串口空闲中断+DMA收发/Libraries/FWlib/src/stm32f10x_dac.c
串口空闲中断+DMA收发/Libraries/FWlib/src/stm32f10x_dbgmcu.c
串口空闲中断+DMA收发/Libraries/FWlib/src/stm32f10x_dma.c
串口空闲中断+DMA收发/Libraries/FWlib/src/stm32f10x_exti.c
串口空闲中断+DMA收发/Libraries/FWlib/src/stm32f10x_flash.c
串口空闲中断+DMA收发/Libraries/FWlib/src/stm32f10x_fsmc.c
串口空闲中断+DMA收发/Libraries/FWlib/src/stm32f10x_gpio.c
串口空闲中断+DMA收发/Libraries/FWlib/src/stm32f10x_i2c.c
串口空闲中断+DMA收发/Libraries/FWlib/src/stm32f10x_iwdg.c
串口空闲中断+DMA收发/Libraries/FWlib/src/stm32f10x_pwr.c
串口空闲中断+DMA收发/Libraries/FWlib/src/stm32f10x_rcc.c
串口空闲中断+DMA收发/Libraries/FWlib/src/stm32f10x_rtc.c
串口空闲中断+DMA收发/Libraries/FWlib/src/stm32f10x_sdio.c
串口空闲中断+DMA收发/Libraries/FWlib/src/stm32f10x_spi.c
串口空闲中断+DMA收发/Libraries/FWlib/src/stm32f10x_tim.c
串口空闲中断+DMA收发/Libraries/FWlib/src/stm32f10x_usart.c
串口空闲中断+DMA收发/Libraries/FWlib/src/stm32f10x_wwdg.c
串口空闲中断+DMA收发/Listing/
串口空闲中断+DMA收发/Listing/startup_stm32f10x_hd.lst
串口空闲中断+DMA收发/Listing/内存到外设.map
串口空闲中断+DMA收发/Output/
串口空闲中断+DMA收发/Output/BH-F103_串口空闲中断+DMA收发.dep
串口空闲中断+DMA收发/Output/BH-F103_内存到外设.dep
串口空闲中断+DMA收发/Output/bsp_led.crf
串口空闲中断+DMA收发/Output/bsp_led.d
串口空闲中断+DMA收发/Output/bsp_led.o
串口空闲中断+DMA收发/Output/bsp_usart_dma.crf
串口空闲中断+DMA收发/Output/bsp_usart_dma.d
串口空闲中断+DMA收发/Output/bsp_usart_dma.o
串口空闲中断+DMA收发/Output/core_cm3.crf
串口空闲中断+DMA收发/Output/core_cm3.d
串口空闲中断+DMA收发/Output/core_cm3.o
串口空闲中断+DMA收发/Output/main.crf
串口空闲中断+DMA收发/Output/main.d
串口空闲中断+DMA收发/Output/main.o
串口空闲中断+DMA收发/Output/misc.crf
串口空闲中断+DMA收发/Output/misc.d
串口空闲中断+DMA收发/Output/misc.o
串口空闲中断+DMA收发/Output/startup_stm32f10x_hd.d
串口空闲中断+DMA收发/Output/startup_stm32f10x_hd.o
串口空闲中断+DMA收发/Output/stm32f10x_adc.crf
串口空闲中断+DMA收发/Output/stm32f10x_adc.d
串口空闲中断+DMA收发/Output/stm32f10x_adc.o
串口空闲中断+DMA收发/Output/stm32f10x_bkp.crf
串口空闲中断+DMA收发/Output/stm32f10x_bkp.d
串口空闲中断+DMA收发/Output/stm32f10x_bkp.o
串口空闲中断+DMA收发/Output/stm32f10x_can.crf
串口空闲中断+DMA收发/Output/stm32f10x_can.d
串口空闲中断+DMA收发/Output/stm32f10x_can.o
串口空闲中断+DMA收发/Output/stm32f10x_cec.crf
串口空闲中断+DMA收发/Output/stm32f10x_cec.d
串口空闲中断+DMA收发/Output/stm32f10x_cec.o
串口空闲中断+DMA收发/Output/stm32f10x_crc.crf
串口空闲中断+DMA收发/Output/stm32f10x_crc.d
串口空闲中断+DMA收发/Output/stm32f10x_crc.o
串口空闲中断+DMA收发/Output/stm32f10x_dac.crf
串口空闲中断+DMA收发/Output/stm32f10x_dac.d
串口空闲中断+DMA收发/Output/stm32f10x_dac.o
串口空闲中断+DMA收发/Output/stm32f10x_dbgmcu.crf
串口空闲中断+DMA收发/Output/stm32f10x_dbgmcu.d
串口空闲中断+DMA收发/Output/stm32f10x_dbgmcu.o
串口空闲中断+DMA收发/Output/stm32f10x_dma.crf
串口空闲中断+DMA收发/Output/stm32f10x_dma.d
串口空闲中断+DMA收发/Output/stm32f10x_dma.o
串口空闲中断+DMA收发/Output/stm32f10x_exti.crf
串口空闲中断+DMA收发/Output/stm32f10x_exti.d
串口空闲中断+DMA收发/Output/stm32f10x_exti.o
串口空闲中断+DMA收发/Output/stm32f10x_flash.crf
串口空闲中断+DMA收发/Output/stm32f10x_flash.d
串口空闲中断+DMA收发/Output/stm32f10x_flash.o
串口空闲中断

相关说明

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

相关评论

暂无评论内容.

发表评论

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