- 1、原创力文档(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。。
- 2、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 3、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
- 4、该文档为VIP文档,如果想要下载,成为VIP会员后,下载免费。
- 5、成为VIP后,下载本文档将扣除1次下载权益。下载后,不支持退款、换文档。如有疑问请联系我们。
- 6、成为VIP后,您将拥有八大权益,权益包括:VIP文档下载权益、阅读免打扰、文档格式转换、高级专利检索、专属身份标志、高级客服、多端互通、版权登记。
- 7、VIP文档为合作方或网友上传,每下载1次, 网站将根据用户上传文档的质量评分、类型等,对文档贡献者给予高额补贴、流量扶持。如果你也想贡献VIP文档。上传文档
查看更多
题 目 基于ARM的串口通信系统的设计 系 (院) 信息科学与工程学院 专 业 电子与通信工程 班 级 2012 学生姓名 XXX 学 号 XXX
二〇一三年二月二十八日
基于ARM的串口通信系统的设计
摘 要
串口通信是目前单片机和 DSP 等嵌入式系统之间,以及嵌入式系统与 PC 机或无线模块之间的一种非常重要且普遍使用的通信方式。在嵌入式系统的硬件结构中,通常只有一个8位或 16位的 CPU, 不仅要完成主流程的工作, 同时还要处理随时发生的各种中断, 因而嵌入式系统中的串口通信程序设计与 PC 机有很大的不同。
串行端口的本质功能是作为 CPU 和串行设备间的编码转换器,一般微机内都配有通信适配器,使计算机能够与其他具有RS 232 串口的计算机或设备进行通信。
本系统中目标机开发板的内核采用的是三星的 S3C2410 ,工作非常可靠,可稳定运行在 203 MHz 的时钟频率下。其外设非常丰富,功能强大,完全可以满足设计需要。串口线采用常用的 RS 232 型接口模式,能实现计算机与开发板间的数据传输与控制。
关键词:ARM;串口通信;串行端口;RS 232
The Design Of Serial Communication System based on ARM
Abstract
Serial communication between the SCM and DSP embedded systems, as well as between the embedded system and a PC or wireless module is a very important and widely used means of communication. In the hardware structure of the embedded system, there is usually only an 8-bit or 16-bit CPU, which not only completes the work of the main flow, but also deals with various interrupts occur at any time.Thus embedded system serial communication program design has a big difference from PC.
The essential function of the serial port is encoding converter between the CPU and serial devices, and the general microcomputer is equipped with a communication adapter, which enables a computer to communicate with ta computer with RS 232 serial port or other equipment .
The development board of the target machines kernel uses in this system is the Samsung S3C2410. It works very reliable, and has stable operation in the 203 MHz clock frequency. Its peripherals are very rich, powerful, and can fully meet the design needs. Serial line uses RS 232 interface mode, and can realizes data transfer and control between the computer and the development board.
Key words:
1设计目的 3
2设计要求 3
3 设计内容 4
3.1 S3C2410与串口通信概述 4
3.1.1 S3C2410处理器概述 4
3.1.2串口通信 5
3.2 方案设计 6
3.3 电路设计 7
3.3.1 电源设计 7
3.3.2晶振电路 7
3.3.3 复位电路 8
3.3.4 JTAG接口 9
3.3.5 存储器设计 9
3.3.6串口电路 10
3.4 软件设计 11
3.4.1 Boot loader 工作原理 11
3.4.2第一阶段 12
3. 4.
文档评论(0)