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

通过USART1 收发数据d

于 2020-07-31 发布
0 246
下载积分: 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 个回复

  • this the source code for giving the voice commands
    this the source code for giving the voice commands-this is the source code for giving the voice commands
    2022-05-18 18:24:07下载
    积分:1
  • java_cmpp2.0-master
    说明:  通信双方以客户-服务器方式建立TCP连接,用于双方信息的相互提交。当信道上没有数据传输时,通信双方应每隔时间C发送链路检测包以维持此连接,当链路检测包发出超过时间T后未收到响应,应立即再发送链路检测包,再连续发送N-1次后仍未得到响应则断开此连接。(Both sides of communication establish TCP connection in client-server mode for mutual submission of information. When there is no data transmission on the channel, both sides of the communication should send link detection packages every other time C to maintain this connection. If the link detection packages do not receive a response after sending out more than time T, the link detection packages should be sent immediately, and then the link detection packages should be disconnected if they have not received a response after sending N-1 consecutive times.)
    2020-06-19 03:00:01下载
    积分:1
  • Map coloring problem, using lingo9.0 program
    地图着色问题,用lingo9.0程序实现-Map coloring problem, using lingo9.0 program
    2022-03-19 07:00:27下载
    积分:1
  • 在该项目中可以看出c#的强大开发 能力
    在该项目中可以看出c#的强大开发 能力-in the project can be seen c# strong development capability
    2022-01-26 06:04:33下载
    积分:1
  • Code_Test
    Smart Home in my House
    2017-07-21 13:00:21下载
    积分:1
  • China, Japan and South Korea lattice Font Chinese Japanese Korea
    中日韩点阵字库 Chinese Japanese Korea-China, Japan and South Korea lattice Font Chinese Japanese Korea
    2022-07-13 06:43:42下载
    积分:1
  • besselroots
    数学物理方程中贝塞尔函数有无穷多个根,需要根据需要确定自己想要的根(Bessel functions in mathematical physics equations have infinite roots, you need to program to find the root you want.)
    2020-06-21 10:40:02下载
    积分:1
  • 5、(三路探头)巡黑线参考源程序
    说明:  是一个很简单的程序啦,不会编程的新生可以拿来玩玩(it can tracing identification,this c of a building.)
    2020-06-18 00:00:04下载
    积分:1
  • 结构支持向量机在训练复杂线形模型中的应用…
    This the implementation of structural SVM for training complex alignment models for protein sequence alignment, especially for homology modeling. The structural SVM algorithm can incorporate many relevant features like secondary structure, relative exposed surface area, profiles and their various interaction into the alignment model. It was developed under Linux and compiles under gcc, built upon the svm^light software by Thorsten Joachims.
    2022-01-28 11:08:28下载
    积分:1
  • 斯皮尔曼相关系数
    斯皮尔曼相关性,斯皮尔曼系数一般有两个公式,由排行差分集合d计算而得(公式一)由排行集合x、y计算而得(斯皮尔曼等级相关系数同时也被认为是经过排行的两个随机变量的皮尔逊相关系数,以下实际是计算x、y的皮尔逊相关系数)(公式二)(different types functions)
    2017-12-18 11:29:23下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载