登录
首页 » C++ » 通过USART1 收发数据d

通过USART1 收发数据d

于 2020-07-31 发布
0 245
下载积分: 1 下载次数: 9

代码说明:

说明:  STM32的双串口透传源码,可以设置波特率,非常好用。(STM32 Dual Serial Port Pass-through Source Code)

文件列表:

通过USART1 收发数据\CMSIS\core_cm3.c, 16249 , 2009-04-06
通过USART1 收发数据\CMSIS\core_cm3.h, 42077 , 2009-04-06
通过USART1 收发数据\CMSIS\startup\startup_stm32f10x_hd.s, 15872 , 2009-04-06
通过USART1 收发数据\CMSIS\startup\startup_stm32f10x_ld.s, 12236 , 2009-04-06
通过USART1 收发数据\CMSIS\startup\startup_stm32f10x_md.s, 12564 , 2009-04-06
通过USART1 收发数据\CMSIS\stm32f10x.h, 530933 , 2019-06-29
通过USART1 收发数据\CMSIS\system_stm32f10x.c, 24166 , 2011-06-04
通过USART1 收发数据\CMSIS\system_stm32f10x.h, 2158 , 2009-04-06
通过USART1 收发数据\FWlib\inc\misc.h, 4951 , 2009-04-06
通过USART1 收发数据\FWlib\inc\stm32f10x_adc.h, 19558 , 2009-04-06
通过USART1 收发数据\FWlib\inc\stm32f10x_bkp.h, 7373 , 2009-04-06
通过USART1 收发数据\FWlib\inc\stm32f10x_can.h, 14289 , 2009-04-06
通过USART1 收发数据\FWlib\inc\stm32f10x_crc.h, 1980 , 2009-04-06
通过USART1 收发数据\FWlib\inc\stm32f10x_dac.h, 10271 , 2009-04-06
通过USART1 收发数据\FWlib\inc\stm32f10x_dbgmcu.h, 2980 , 2009-04-06
通过USART1 收发数据\FWlib\inc\stm32f10x_dma.h, 18790 , 2009-04-06
通过USART1 收发数据\FWlib\inc\stm32f10x_exti.h, 5833 , 2009-04-06
通过USART1 收发数据\FWlib\inc\stm32f10x_flash.h, 14446 , 2009-04-06
通过USART1 收发数据\FWlib\inc\stm32f10x_fsmc.h, 17276 , 2009-04-06
通过USART1 收发数据\FWlib\inc\stm32f10x_gpio.h, 15199 , 2011-06-06
通过USART1 收发数据\FWlib\inc\stm32f10x_i2c.h, 16923 , 2009-04-06
通过USART1 收发数据\FWlib\inc\stm32f10x_iwdg.h, 3677 , 2009-04-06
通过USART1 收发数据\FWlib\inc\stm32f10x_pwr.h, 4201 , 2009-04-06
通过USART1 收发数据\FWlib\inc\stm32f10x_rcc.h, 16258 , 2009-04-06
通过USART1 收发数据\FWlib\inc\stm32f10x_rtc.h, 3659 , 2009-04-06
通过USART1 收发数据\FWlib\inc\stm32f10x_sdio.h, 18598 , 2009-04-06
通过USART1 收发数据\FWlib\inc\stm32f10x_spi.h, 14896 , 2009-04-06
通过USART1 收发数据\FWlib\inc\stm32f10x_tim.h, 48768 , 2009-04-06
通过USART1 收发数据\FWlib\inc\stm32f10x_usart.h, 14483 , 2009-04-06
通过USART1 收发数据\FWlib\inc\stm32f10x_wwdg.h, 2785 , 2009-04-06
通过USART1 收发数据\FWlib\src\misc.c, 6874 , 2009-04-06
通过USART1 收发数据\FWlib\src\stm32f10x_adc.c, 46634 , 2009-04-06
通过USART1 收发数据\FWlib\src\stm32f10x_bkp.c, 8248 , 2009-04-06
通过USART1 收发数据\FWlib\src\stm32f10x_can.c, 30960 , 2009-04-06
通过USART1 收发数据\FWlib\src\stm32f10x_crc.c, 3340 , 2009-04-06
通过USART1 收发数据\FWlib\src\stm32f10x_dac.c, 13723 , 2009-04-06
通过USART1 收发数据\FWlib\src\stm32f10x_dbgmcu.c, 4310 , 2009-04-06
通过USART1 收发数据\FWlib\src\stm32f10x_dma.c, 27362 , 2009-04-06
通过USART1 收发数据\FWlib\src\stm32f10x_exti.c, 6801 , 2009-04-06
通过USART1 收发数据\FWlib\src\stm32f10x_flash.c, 26352 , 2009-04-06
通过USART1 收发数据\FWlib\src\stm32f10x_fsmc.c, 34932 , 2009-04-06
通过USART1 收发数据\FWlib\src\stm32f10x_gpio.c, 17885 , 2009-04-06
通过USART1 收发数据\FWlib\src\stm32f10x_i2c.c, 37326 , 2009-04-06
通过USART1 收发数据\FWlib\src\stm32f10x_iwdg.c, 4813 , 2009-04-06
通过USART1 收发数据\FWlib\src\stm32f10x_pwr.c, 8929 , 2009-04-06
通过USART1 收发数据\FWlib\src\stm32f10x_rcc.c, 33782 , 2009-04-06
通过USART1 收发数据\FWlib\src\stm32f10x_rtc.c, 8580 , 2009-04-06
通过USART1 收发数据\FWlib\src\stm32f10x_sdio.c, 28483 , 2009-04-06
通过USART1 收发数据\FWlib\src\stm32f10x_spi.c, 27737 , 2009-04-06
通过USART1 收发数据\FWlib\src\stm32f10x_tim.c, 101890 , 2009-04-06
通过USART1 收发数据\FWlib\src\stm32f10x_usart.c, 34930 , 2009-04-06
通过USART1 收发数据\FWlib\src\stm32f10x_wwdg.c, 5619 , 2009-04-06
通过USART1 收发数据\Listing\startup_stm32f10x_hd.lst, 53599 , 2019-06-29
通过USART1 收发数据\Listing\STM32-DEMO.map, 35325 , 2019-06-29
通过USART1 收发数据\Output\core_cm3.d, 96 , 2013-03-01
通过USART1 收发数据\Output\core_cm3.o, 10352 , 2013-03-01
通过USART1 收发数据\Output\main.d, 508 , 2013-03-01
通过USART1 收发数据\Output\main.o, 243680 , 2013-03-01
通过USART1 收发数据\Output\startup_stm32f10x_hd.d, 75 , 2013-03-01
通过USART1 收发数据\Output\startup_stm32f10x_hd.o, 6788 , 2013-03-01
通过USART1 收发数据\Output\STM32-DEMO.axf, 266048 , 2013-03-01
通过USART1 收发数据\Output\STM32-DEMO.hex, 10377 , 2013-03-01
通过USART1 收发数据\Output\STM32-DEMO.htm, 41695 , 2013-03-01
通过USART1 收发数据\Output\STM32-DEMO.lnp, 599 , 2013-03-01
通过USART1 收发数据\Output\STM32-DEMO.plg, 1507 , 2014-11-25
通过USART1 收发数据\Output\STM32-DEMO.tra, 1747 , 2013-03-01
通过USART1 收发数据\Output\stm32f10x_gpio.d, 614 , 2013-03-01
通过USART1 收发数据\Output\stm32f10x_gpio.o, 248324 , 2013-03-01
通过USART1 收发数据\Output\stm32f10x_it.d, 562 , 2013-03-01
通过USART1 收发数据\Output\stm32f10x_it.o, 243076 , 2013-03-01
通过USART1 收发数据\Output\stm32f10x_rcc.d, 601 , 2013-03-01
通过USART1 收发数据\Output\stm32f10x_rcc.o, 253460 , 2013-03-01
通过USART1 收发数据\Output\stm32f10x_usart.d, 627 , 2013-03-01
通过USART1 收发数据\Output\stm32f10x_usart.o, 252216 , 2013-03-01
通过USART1 收发数据\Output\system_stm32f10x.d, 573 , 2013-03-01
通过USART1 收发数据\Output\system_stm32f10x.o, 242612 , 2013-03-01
通过USART1 收发数据\Output\usart1.d, 585 , 2013-03-01
通过USART1 收发数据\Output\usart1.o, 246116 , 2013-03-01
通过USART1 收发数据\USER\core_cm3.crf, 3938 , 2019-06-29
通过USART1 收发数据\USER\core_cm3.d, 95 , 2019-06-29
通过USART1 收发数据\USER\core_cm3.o, 11272 , 2019-06-29
通过USART1 收发数据\USER\core_cm3.__i, 415 , 2019-06-29
通过USART1 收发数据\USER\DebugConfig\USART1-DEMO_STM32F103C8_1.0.0.dbgconf, 6956 , 2015-12-10
通过USART1 收发数据\USER\EventRecorderStub.scvd, 339 , 2019-03-07
通过USART1 收发数据\USER\ExtDll.iex, 19 , 2019-03-07
通过USART1 收发数据\USER\JLink Regs CM3.txt, 497 , 2013-03-01
通过USART1 收发数据\USER\JLinkLog.txt, 4514 , 2019-06-29
通过USART1 收发数据\USER\JLinkSettings.ini, 285 , 2012-12-27
通过USART1 收发数据\USER\main.c, 563 , 2019-06-29
通过USART1 收发数据\USER\main.crf, 229276 , 2019-06-29
通过USART1 收发数据\USER\main.d, 442 , 2019-06-29
通过USART1 收发数据\USER\main.o, 244744 , 2019-06-29
通过USART1 收发数据\USER\main.__i, 390 , 2019-06-29
通过USART1 收发数据\USER\RTE\_USART1-DEMO\RTE_Components.h, 353 , 2018-11-22
通过USART1 收发数据\USER\startup_stm32f10x_hd.d, 67 , 2019-06-29
通过USART1 收发数据\USER\startup_stm32f10x_hd.o, 6828 , 2019-06-29
通过USART1 收发数据\USER\startup_stm32f10x_hd._ia, 435 , 2019-06-29
通过USART1 收发数据\USER\STM32-DEMO.axf, 270408 , 2019-06-29
通过USART1 收发数据\USER\STM32-DEMO.build_log.htm, 2338 , 2019-06-29
通过USART1 收发数据\USER\STM32-DEMO.hex, 10986 , 2019-06-29

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 19854785relay
    hslogic算法仿真,基于MATLAB的中继系统的仿真,瑞利信道下进行测试误码率(Hslogic algorithm simulation, relay system simulation based on MATLAB, test bit error rate under Rayleigh channel)
    2020-06-19 00:40:02下载
    积分:1
  • gaussian_filter
    说明:  本文针对基于高斯分布的非线性滤波问题,开发并分析了实时和精确滤波器。我们提出了高斯滤波器的系统公式,并开发了高效和精确的数值积分。我们还讨论了混合高斯滤波器,其中条件概率密度由高斯分布之和近似。数值试验表明,新的滤波器在不增加额外费用的情况下显著地改善了扩展卡尔曼滤波器,并且新的高斯和滤波器具有接近最优的性能(In this paper we develop and analyze real-time and ac- curate filters for nonlinear filtering problems based on the Gaussian distributions. We present the systematic formulation of Gaussian filters and develop efficient and accurate numerical integration of the proposed filter. We also discuss the mixed Gaussian filters in which the conditional probability density is approximated by the sum of Gaussian distributions. Our numerical testings demonstrate that new filters significantly improve the extended Kalman filter with no additional cost and the new Gaussian sum filter .has a nearly optimal perfor- mance.)
    2020-03-29 07:48:07下载
    积分:1
  • 网站模版 发布基于风讯CMS的各类模版,您可以在这里交流设计经验,也可从此处下载免费的精美风讯模版!...
    网站模版 发布基于风讯CMS的各类模版,您可以在这里交流设计经验,也可从此处下载免费的精美风讯模版!-website template-based CMS wind-- the various templates, you can exchange experience in the design, can be downloaded free from here exquisite style templates appear!
    2023-04-18 16:35:03下载
    积分:1
  • SECSEmulatorv
    ITRI CIM Emulator能够读取SML档案,主要功能是用来测试半导体设备的通讯功能,它支持SECS-I/SECS-II/HSMS-SS通讯协议,支持SML格式,具有强大易用的自动化测试功能,免安装即拷即用。 使用前需要先将RS232连接线接好运行软件,选择检视。在设定SECS-I对话窗口中输入相关的通讯参数。 进行以下特殊测试: Multi-Block Message Interleaving Send Non-ENQ Bad Length Byte Bad Checksum T1 Timeout T2 Timeout for Length Byte T4 Timeout(ITRI CIM Emulator Multi-Block Message Interleaving Send Non-ENQ Bad Length Byte Bad Checksum T1 Timeout T2 Timeout for Length Byte T4 Timeout)
    2018-08-01 20:31:52下载
    积分:1
  • jianpan-shumaguan
    lpc2103嵌入式的键盘、数码管混合程序编写,有图有仿真(lpc2103 embedded keypad, digital hybrid programming, there are pictures and Simulation)
    2013-08-18 09:59:30下载
    积分:1
  • 基于P87LPC760的DALI从机
    基于P87LPC760的DALI从机-P87LPC760 based machine from the DALI
    2022-07-22 06:24:42下载
    积分:1
  • 一些用c语言编的小游戏,经过tc编译可以使用。的编译器没有试验过。...
    一些用c语言编的小游戏,经过tc编译可以使用。其他的编译器没有试验过。-Using c language made some small games, after tc compiler can use. Other compilers have not tested.
    2023-04-05 18:30:04下载
    积分:1
  • Very classic Lianliankan source code, and all living creatures share, everyone c...
    很经典的连连看源代码,与众生共享,大家可以随便下载。-Very classic Lianliankan source code, and all living creatures share, everyone can freely download.
    2023-01-08 13:15:02下载
    积分:1
  • 12306Bypass_1.12.89
    抢火车票的软件,非常好用,不怕抢不到火车票啦(Rob train ticket software, very easy to use, not afraid to grab the train ticket friends)
    2018-02-01 19:48:00下载
    积分:1
  • wuyingli
    土木工程中无应力时长度计算程序,可按内容适当作修改再应用于不同的地方(civil engineering at length without stress calculation procedures can be revised as appropriate then applied to different places)
    2006-07-20 10:48:03下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载