(65)--CH2-7-3 Programming UART嵌入式系统原理.ppt
《(65)--CH2-7-3 Programming UART嵌入式系统原理.ppt》由会员分享,可在线阅读,更多相关《(65)--CH2-7-3 Programming UART嵌入式系统原理.ppt(6页珍藏版)》请在淘文阁 - 分享文档赚钱的网站上搜索。
1、第第2 2章章 单片机原理与应用单片机原理与应用Principles Principles and Applications of and Applications of MicrocontrollerMicrocontrollerChapter 2.7 UART2.7.3 Programming UART(1)Select Baud Rate,using timer1 Timer 1 should work in mode 2(Auto-reload 8-bit timer)TMOD=0 x21;/*-T1:Mode 2;T0:Mode 1*/Chapter 2.7 UART2.7.3 Pr
2、ogramming UART/Initialization of UART/*Baud Rate=(T1 overflow rate)*2SMOD/32T1 overflow rate=(fosc/12)/(256-TH1)So if Baud rate is 1200bps,TH1 will be(fosc=11.0592MHz)256-TH1=(11059200/12)/(1200*32)TH1=232=E8(Hex)*/TH1=0 xe8;/0 xfd;TL1=0 xe8;/1200bps/0 xfd;/*9600bps*/Chapter 2.7 UART2.7.3 Programmin
- 配套讲稿:
如PPT文件的首页显示word图标,表示该PPT已包含配套word讲稿。双击word图标可打开word文档。
- 特殊限制:
部分文档作品中含有的国旗、国徽等图片,仅作为作品整体效果示例展示,禁止商用。设计者仅对作品中独创性部分享有著作权。
- 关 键 词:
- 65-CH2-7-3 Programming UART嵌入式系统原理 65 CH2 UART 嵌入式 系统 原理
限制150内