登录
首页 » Windows开发 » STM32F103 串口收发-中断方式

STM32F103 串口收发-中断方式

于 2022-03-19 发布 文件大小:16.59 kB
0 199
下载积分: 2 下载次数: 2

代码说明:

基于STM32开放版 运行于MDK 实现基本的串口通信实验 对于初入STM32学习的人有很大帮组。 1.MDK文件夹       --- MDK启动软件 2.obj文件夹       --- 包含编译产生的中间文件      --- 最终可执行的HEX文件程序 3.src文件夹(包含所有的源代码)      ---包含main.c文件

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

发表评论

0 个回复

  • awsn的源代码 好不容易找到的阿 一定要珍惜
    awsn的源代码 好不容易找到的阿 一定要珍惜-awsn code good code
    2022-04-28 21:23:30下载
    积分:1
  • 视频车辆检测
    本程序可对通过三个车道的车辆进行检测,计数。背景建模使用的是背景差法,效果很好,程序中自带了测试视频,如果你想使用本程序,只要稍微改动一些参数即可。
    2022-02-12 12:05:19下载
    积分:1
  • 本程序针对约瑟夫问题的描述:编号为12,……n的n个人按顺时针方向围成一圈,每人持有一个密码(正整数),一始任选一个正整数作为报数上限值m,从第一个人始按顺...
    本程序针对约瑟夫问题的描述:编号为12,……n的n个人按顺时针方向围成一圈,每人持有一个密码(正整数),一开始任选一个正整数作为报数上限值m,从第一个人开始按顺序时针方向自1开始顺序报数,报道m时停止报数,报m的人处列将他的密码作为新的m值,从他在顺时针方向上的下一个人开始重新从1报数,如此下去,直至所有人全部出列为止。利用单向循环链表存储结构模拟此过程,按照出列的顺序印出各人的编号。 演示程序以用户和计算机的对话方式执行,即在计算机终端上显示“提示信息”下,用户输入循环人数n和每人的密码。-This procedure description specifically for Joseph problem: The serial number is 12, ... The n n individual surrounds the ready-made one circle according to the clockwise sense , each person holds (positive integer) a password, one positive integer beginning to assume a post of selections is upper limits ms numbering off, direction starts the hour hand beginning from the first people according to order from 1 numbering off in proper order , stop numbering off when reporting m, the person place column reporting m looks on his password as new m value , the individual begins to number off again from 1 , getting down like this from his time as soon as going ahead in clockwise sense, until proprietor all till leaving self s place in the ranks.
    2022-10-13 13:15:03下载
    积分:1
  • 五个成为好的程序员的习惯 建议每一个人都读一读 非常好的东西...
    五个成为好的程序员的习惯 建议每一个人都读一读 非常好的东西-5 into the habit of good programmers recommend that everybody read very good things
    2022-05-25 20:46:25下载
    积分:1
  • milk delivery systems, personal written for the small milk delivery unit
    牛奶派送系统,个人所写,用于小型牛奶派送单位-milk delivery systems, personal written for the small milk delivery unit
    2022-01-22 17:25:43下载
    积分:1
  • TCP绑定SNA通讯时输进行MAC地址转换,此程序就是转换工具
    TCP绑定SNA通讯时输进行MAC地址转换,此程序就是转换工具-TCP bundled SNA communication loser for the MAC address translation, this procedure is conversion tools
    2022-03-14 05:44:36下载
    积分:1
  • 中国Foxmail早已成为收邮件的首选软件,其功能也早已超越Outlook,但是Foxmail也并非尽善尽美,尤其是在对邮件夹内邮件的导出、备份的处理上做的不...
    中国Foxmail早已成为收发邮件的首选软件,其功能也早已超越Outlook,但是Foxmail也并非尽善尽美,尤其是在对邮件夹内邮件的导出、备份的处理上做的不是太好,只能手工一封一封将信导出,如果信件数目较少这样处理还可以应付,但如果对于成百上千封邮件仍这样处理显然是相当困难的. 本软件非常的小,目的就一个,就是把邮箱里面尽可能多的邮件和附件弄到一个文件夹里面去。 -Foxmail China has become the preferred sending and receiving e-mail software, its function has long been beyond the Outlook, but Foxmail is not perfect, especially in the e-mail folder for messages export, backup processing is not very good at doing only one hand a letters to export the letter, if the small number of letters still be able to handle it this way, but if for the hundreds of thousands of e-mails continue to handle it this way is obviously quite difficult. This software is very small, the purpose is one, is to mail as much as possible inside the number of messages and attachments to get inside a folder.
    2022-05-27 08:31:12下载
    积分:1
  • 聊天
    vc++开发的图形聊天软件,基于MFC开发-chatting
    2023-05-03 03:05:05下载
    积分:1
  • This book is Brian W. Kernighan and Rob Pike
    本书是Brian W. Kernighan和Rob Pike合著的最新力作。本书从排错、测试、性能、可移植性、设计、界面、风格和记法等方面,讨论了程序设计中实际的、又是非常深刻和具有广泛意义的思想、技术和方法,它的翻译出版将填补国内目前这方面书籍的空白。本书值得每个梦想并努力使自己成为优秀程序员的人参考,值得每个计算机专业的学生和计算机工作者阅读,也可作为程序设计高级课程的教材或参考书。 -This book is Brian W. Kernighan and Rob Pike
    2022-07-01 15:47:48下载
    积分:1
  • 面向对象课程作业 使用vc基于模板编写 ――sofabed
    面向对象课程作业 使用vc基于模板编写 ――sofabed-object-oriented operations using vc courses based on template preparation-- sofabed
    2023-02-22 13:00:03下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载