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

文件名称:STM32-USART

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

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

STM32USART通讯:通过配置串口参数,使能串口时钟,配置串口接收中断,以实现串口收发-Configure the serial port parameters, enable the serial clock, configure the serial port receive interrupt serial transceiver
(系统自动生成,下载前可以参看下载内容)

下载文件列表

纯串口收发/LIB/INC/cortexm3_macro.h
纯串口收发/LIB/INC/stm32f10x.h
纯串口收发/LIB/INC/stm32f10x_adc.h
纯串口收发/LIB/INC/stm32f10x_bkp.h
纯串口收发/LIB/INC/stm32f10x_can.h
纯串口收发/LIB/INC/stm32f10x_cl.h
纯串口收发/LIB/INC/stm32f10x_conf.h
纯串口收发/LIB/INC/stm32f10x_crc.h
纯串口收发/LIB/INC/stm32f10x_dac.h
纯串口收发/LIB/INC/stm32f10x_dbgmcu.h
纯串口收发/LIB/INC/stm32f10x_dma.h
纯串口收发/LIB/INC/stm32f10x_exti.h
纯串口收发/LIB/INC/stm32f10x_flash.h
纯串口收发/LIB/INC/stm32f10x_fsmc.h
纯串口收发/LIB/INC/stm32f10x_gpio.h
纯串口收发/LIB/INC/stm32f10x_i2c.h
纯串口收发/LIB/INC/stm32f10x_it.h
纯串口收发/LIB/INC/stm32f10x_iwdg.h
纯串口收发/LIB/INC/stm32f10x_lib.h
纯串口收发/LIB/INC/stm32f10x_map.h
纯串口收发/LIB/INC/stm32f10x_nvic.h
纯串口收发/LIB/INC/stm32f10x_pwr.h
纯串口收发/LIB/INC/stm32f10x_rcc.h
纯串口收发/LIB/INC/stm32f10x_rtc.h
纯串口收发/LIB/INC/stm32f10x_sdio.h
纯串口收发/LIB/INC/stm32f10x_spi.h
纯串口收发/LIB/INC/stm32f10x_systick.h
纯串口收发/LIB/INC/stm32f10x_tim.h
纯串口收发/LIB/INC/stm32f10x_type.h
纯串口收发/LIB/INC/stm32f10x_usart.h
纯串口收发/LIB/INC/stm32f10x_wwdg.h
纯串口收发/LIB/INC/system_stm32f10x.h
纯串口收发/LIB/INC/system_stm32f10x_cl.h
纯串口收发/LIB/STM32F10X/cortexm3_macro.s
纯串口收发/LIB/STM32F10X/STM32F10xLIB.Opt
纯串口收发/LIB/STM32F10X/STM32F10xLIB.Uv2
纯串口收发/LIB/STM32F10X/stm32f10x_adc.c
纯串口收发/LIB/STM32F10X/stm32f10x_bkp.c
纯串口收发/LIB/STM32F10X/stm32f10x_can.c
纯串口收发/LIB/STM32F10X/stm32f10x_crc.c
纯串口收发/LIB/STM32F10X/stm32f10x_dac.c
纯串口收发/LIB/STM32F10X/stm32f10x_dbgmcu.c
纯串口收发/LIB/STM32F10X/stm32f10x_dma.c
纯串口收发/LIB/STM32F10X/stm32f10x_exti.c
纯串口收发/LIB/STM32F10X/stm32f10x_flash.c
纯串口收发/LIB/STM32F10X/stm32f10x_fsmc.c
纯串口收发/LIB/STM32F10X/stm32f10x_gpio.c
纯串口收发/LIB/STM32F10X/stm32f10x_i2c.c
纯串口收发/LIB/STM32F10X/stm32f10x_it.c
纯串口收发/LIB/STM32F10X/stm32f10x_iwdg.c
纯串口收发/LIB/STM32F10X/stm32f10x_lib.c
纯串口收发/LIB/STM32F10X/stm32f10x_nvic.c
纯串口收发/LIB/STM32F10X/stm32f10x_pwr.c
纯串口收发/LIB/STM32F10X/stm32f10x_rcc.c
纯串口收发/LIB/STM32F10X/stm32f10x_rtc.c
纯串口收发/LIB/STM32F10X/stm32f10x_sdio.c
纯串口收发/LIB/STM32F10X/stm32f10x_spi.c
纯串口收发/LIB/STM32F10X/stm32f10x_systick.c
纯串口收发/LIB/STM32F10X/stm32f10x_tim.c
纯串口收发/LIB/STM32F10X/stm32f10x_usart.c
纯串口收发/LIB/STM32F10X/stm32f10x_wwdg.c
纯串口收发/Lst/cortexm3_macro.lst
纯串口收发/Lst/Flash.map
纯串口收发/Lst/STM3210B-EVAL.map
纯串口收发/Lst/stm32f10x_vector.lst
纯串口收发/output/cortexm3_macro.d
纯串口收发/output/cortexm3_macro.o
纯串口收发/output/Flash.axf
纯串口收发/output/Flash.hex
纯串口收发/output/Flash.htm
纯串口收发/output/Flash.lnp
纯串口收发/output/Flash.plg
纯串口收发/output/Flash.sct
纯串口收发/output/Flash.tra
纯串口收发/output/Flash_sct.Bak
纯串口收发/output/main.crf
纯串口收发/output/main.d
纯串口收发/output/main.o
纯串口收发/output/main.__i
纯串口收发/output/spi_flash25p16.crf
纯串口收发/output/spi_flash25p16.d
纯串口收发/output/spi_flash25p16.o
纯串口收发/output/spi_flash25p16.__i
纯串口收发/output/STM3210E-EVAL.axf
纯串口收发/output/STM3210E-EVAL.htm
纯串口收发/output/STM3210E-EVAL.lnp
纯串口收发/output/STM3210E-EVAL.plg
纯串口收发/output/STM3210E-EVAL.sct
纯串口收发/output/STM3210E-EVAL.tra
纯串口收发/output/stm32f10x_adc.crf
纯串口收发/output/stm32f10x_adc.d
纯串口收发/output/stm32f10x_adc.o
纯串口收发/output/stm32f10x_bkp.crf
纯串口收发/output/stm32f10x_bkp.d
纯串口收发/output/stm32f10x_bkp.o
纯串口收发/output/stm32f10x_can.crf
纯串口收发/output/stm32f10x_can.d
纯串口收发/output/stm32f10x_can.o
纯串口收发/output/stm32f10x_crc.crf
纯串口收发/output/stm32f10x_crc.d
纯串口收发/output/stm32f10x_crc.o
纯串口收发/output/stm32f10x_dac.crf
纯串口收发/output/stm32f10x_dac.d
纯串口收发/output/stm32f10x_dac.o
纯串口收发/output/stm32f10x_dbgmcu.crf
纯串口收发/output/stm32f10x_dbgmcu.d
纯串口收发/output/stm32f10x_dbgmcu.o
纯串口收发/output/stm32f10x_dma.crf
纯串口收发/output/stm32f10x_dma.d
纯串口收发/output/stm32f10x_dma.o
纯串口收发/output/stm32f10x_exti.crf
纯串口收发/output/stm32f10x_exti.d
纯串口收发/output/stm32f10x_exti.o
纯串口收发/output/stm32f10x_flash.crf
纯串口收发/output/stm32f10x_flash.d
纯串口收发/output/stm32f10x_flash.o
纯串口收发/output/stm32f10x_fsmc.crf
纯串口收发/output/stm32f10x_fsmc.d
纯串口收发/output/stm32f10x_fsmc.o
纯串口收发/output/stm32f10x_gpio.crf
纯串口收发/output/stm32f10x_gpio.d
纯串口收发/output/stm32f10x_gpio.o
纯串口收发/output/stm32f10x_i2c.crf
纯串口收发/output/stm32f10x_i2c.d
纯串口收发/output/stm32f10x_i2c.o
纯串口收发/output/stm32f10x_it.crf
纯串口收发/output/stm32f10x_it.d
纯串口收发/output/stm32f10x_it.o
纯串口收发/output/stm32f10x_iwdg.crf
纯串口收发/output/stm32f10x_iwdg.d
纯串口收发/output/stm32f10x_iwdg.o
纯串口收发/output/stm32f10x_lib.crf
纯串口收发/output/stm32f10x_lib.d
纯串口收发/output/stm32f10x_lib.o
纯串口收发/output/stm32f10x_nvic.crf
纯串口收发/output/stm32f10x_nvic.d
纯串口收发/output/stm32f10x_nvic.o
纯串口收发/output/stm32f10x_pwr.crf
纯串口收发/output/stm32f10x_pwr.d
纯串口收发/output/stm32f10x_pwr.o
纯串口收发/output/stm32f10x_rcc.crf
纯串口收发/output/stm32f10x_rcc.d
纯串口收发/output/stm32f10x_rcc.o
纯串口收发/output/stm32f10x_rtc.crf
纯串口收发/output/stm32f10x_rtc.d
纯串口收发/output/stm32f10x_rtc.o
纯串口收发/output/stm32f10x_sdio.crf
纯串口收发/output/stm32f10x_sdio.d
纯串口收发/output/stm32f10x_sdio.o
纯串口收发/output/stm32f10x_spi.crf
纯串口收发/output/stm32f10x_spi.d
纯串口收发/output/stm32f10x_spi.o
纯串口收发/output/stm32f10x_systick.crf
纯串口收发/output/stm32f10x_systick.d
纯串口收发/output/stm32f10x_systick.o
纯串口收发/output/stm32f10x_tim.crf
纯串口收发/output/stm32f10x_tim.d
纯串口收发/output/stm32f10x_tim.o
纯串口收发/output/stm32f10x_usart.crf
纯串口收发/output/stm32f10x_usart.d
纯串口收发/output/stm32f10x_usart.o
纯串口收发/output/stm32f10x_vector.d
纯串口收发/output/stm32f10x_vector.o
纯串口收发/output/stm32f10x_wwdg.crf
纯串口收发/output/stm32f10x_wwdg.d
纯串口收发/output/stm32

相关说明

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

相关评论

暂无评论内容.

发表评论

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