- 1、原创力文档(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。。
- 2、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 3、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
- 4、该文档为VIP文档,如果想要下载,成为VIP会员后,下载免费。
- 5、成为VIP后,下载本文档将扣除1次下载权益。下载后,不支持退款、换文档。如有疑问请联系我们。
- 6、成为VIP后,您将拥有八大权益,权益包括:VIP文档下载权益、阅读免打扰、文档格式转换、高级专利检索、专属身份标志、高级客服、多端互通、版权登记。
- 7、VIP文档为合作方或网友上传,每下载1次, 网站将根据用户上传文档的质量评分、类型等,对文档贡献者给予高额补贴、流量扶持。如果你也想贡献VIP文档。上传文档
查看更多
UART and UART Driver University at Buffalo(纽约州立大学布法罗分校UART和UART司机)
UART and UART Driver B. Ramamurthy * UART UART: Universal Asynchronous Receiver/Transmitter device Device connected to the system bus; it takes parallel data converts into RS232C serial format and transmits it; and receives data in serial format and converts it to parallel format for CPU bus -- parallel byte is converted into start bit, 8 bits, parity bit and stop bit serial form and vice versa Asynchronous transmission allows data to be transmitted without the sender having to send a clock signal to the receiver. Instead, the sender and receiver must agree on timing parameters in advance and special bits are added to each word which are used to synchronize the sending and receiving units. -- That’s why you set the baud rate in your xinu environment * 16550 UART Chip Lets study the layout and operation of 16550 UART chip. Page 1: The features Page 2: Basic chip configuration Page 6 …: RD and WR cycle timing Page 11: Pin descriptions Page 14: Register summary Page 15…: Register explanation * RS 232C Standard Serial communication standard. See the DE-9 pin configuration: G (5), TxD (3), RxD(2), DTR(4), DSR(6), RTS(7), CTS(8), DCD(1), RI (9) * XINU UART Driver xinu_mips-1.0/include/uart.h xinu_mips-1.0/uart/* Map all that you learned in the last few slides to the code in uart.h and the driver implementation in uart directory * References /doc/en/articles/serial-uart/ /ds/NS/NS16C552.pdf /National_Semiconductor_16550_UART#Physical_UART /wiki/RS-232 Linux device-driver: /unixworld/tutorial/010/010.txt.html * Device driver context User process Operating System: dev/xyz Device driver Physical Device hardware * UART Driver in EXINU General device driver related files: device.h, devtable.c Uart files: uart.h defining the physical features of the uart All the files in the uart directory that implement the operations related to the uart. uartControl.c uartInit.c uartIntr.c uartPutChar.c uartWrite.c uartGetChar.c uartRead.c * Device Drivers Chapter 7 of
您可能关注的文档
- Tutorial 1 2005 Texas A&M University(教程1 2005德州农工大学).pdf
- Tutorial Corrosion II Potentiostat(教程腐蚀II稳压器).pdf
- TUTORIAL Drawing a little mechanical part using (教程画一个小机械部分使用).pdf
- Tutorial for Assignment #3 Heat Transfer (教程转让# 3传热).pdf
- Tutorial for Basic Editing in Adobe Premiere Pro (教程在Adobe Premiere Pro基本编辑).pdf
- Tutorial for join ROOTS Users(加入根用户的教程).pdf
- Tutorial for gear design and calculation with (齿轮设计计算的教程).pdf
- Tutorial for MEMS microphones (教程为MEMS麦克风).pdf
- Tutorial for Programming the LEGO174; (对编程教程LEGO174;).pdf
- Tutorial Geometric Computing in Computer (教程几何计算在计算机).pdf
- UAVBASED REMOTE SENSING OF LANDSLIDES(UAVBASED遥感的山体滑坡).pdf
- Ubisoft Montreal Renaissance assassin. (育碧蒙特利尔文艺复兴时期的刺客。).pdf
- UAV Flight Control System teknol.ru(teknol.ru无人机飞行控制系统).pdf
- UC199900609b EN xxx release (UC199900609b EN xxx释放).pdf
- UAV photogrammetry and structure from (无人机摄影测量和结构).pdf
- UCC2895 Layout and Grounding (UCC2895布局和接地).pdf
- UCLA Compressed Gas Cylinder Storage and (加州大学洛杉矶分校和压缩气体钢瓶存储).pdf
- UCSF Fresno Jennifer O’Brien, Assistant Vice (加州弗雷斯诺Jennifer O ' brien的副助理).pdf
- UD 124 Universal Rotary Stage Earth2 (UD Earth2 124通用旋转舞台).pdf
- UDAVE WOLPE CHARTS(UDAVE沃尔普图表).pdf
最近下载
- 2025年河北省政府采购评审专家考试题库(含答案).docx VIP
- 电动重卡充电站建设方案.docx VIP
- 一种白肉灵芝-魔芋胶压片糖果及其制备方法.pdf VIP
- 20J333 建筑防腐蚀构造.docx VIP
- 24J113-1 内隔墙-轻质条板(一).docx
- 保护区安全准入复习试题附答案.doc
- 工厂分伙协议合同.docx VIP
- 古韵悠长 第一课《雕梁画栋》课件 2024——2025学年人美版(2024)初中美术七年级上册.pptx VIP
- TCECS1517-2023 装配式压制玻璃钢排水检查井应用技术规程.pdf VIP
- 《企业安全生产培训需求分析与课程设计》PPT课件.pptx VIP
文档评论(0)