文件名称:new_simulation

  • 所属分类:
  • 单片机(51,AVR,MSP430等)
  • 资源属性:
  • [C/C++] [源码]
  • 上传时间:
  • 2017-08-22
  • 文件大小:
  • 26kb
  • 下载次数:
  • 0次
  • 提 供 者:
  • ASA2****
  • 相关连接:
  • 下载说明:
  • 别用迅雷下载,失败请重下,重下不扣分!

介绍说明--下载内容均来自于网络,请自行研究使用

通过时钟使普通的IO口模拟UART串口通讯(Use Timer_A CCR1 hardware output modes and CCR0 SCCI data latch
// to implement UART function @ 2400 baud. Software does not directly read and
// write to RX and TX pins, instead proper use of output modes and SCCI data
// latch are demonstrated. Use of these hardware features eliminates ISR
// latency effects as hardware insures that output and input bit latching and
// timing are perfectly synchronised with Timer_A regardless of other
// software activity. In the Mainloop the UART function readies the UART to
// receive one character and waits in LPM3 with all activity interrupt driven.
// After a character has been received, the UART receive function forces exit
// from LPM3 in the Mainloop which echo's back the received character.
// ACLK = TACLK = LFXT1 = 32768Hz, MCLK = SMCLK = default DCO)
(系统自动生成,下载前可以参看下载内容)

下载文件列表

new_simulation\Debug\Exe\new_simulation.d43

new_simulation\Debug\Exe\new_simulation.txt

new_simulation\Debug\Obj\fet140_ta0_ta1_uart2400.r43

new_simulation\Debug\Obj\fet140_uart07_09600.r43

new_simulation\Debug\Obj\main.r43

new_simulation\Debug\Obj\new_simulation.pbd

new_simulation\main.c

new_simulation\new_simulation.dep

new_simulation\new_simulation.ewp

new_simulation\new_simulation.eww

new_simulation\settings\new_simulation.cspy.bat

new_simulation\settings\new_simulation.dbgdt

new_simulation\settings\new_simulation.dni

new_simulation\settings\new_simulation.wsdt

new_simulation\Debug\Exe

new_simulation\Debug\List

new_simulation\Debug\Obj

new_simulation\Debug

new_simulation\settings

new_simulation

相关说明

  • 本站资源为会员上传分享交流与学习,如有侵犯您的权益,请联系我们删除.
  • 本站是交换下载平台,提供交流渠道,下载内容来自于网络,除下载问题外,其它问题请自行百度更多...
  • 请直接用浏览器下载本站内容,不要使用迅雷之类的下载软件,用WinRAR最新版进行解压.
  • 如果您发现内容无法下载,请稍后再次尝试;或者到消费记录里找到下载记录反馈给我们.
  • 下载后发现下载的内容跟说明不相乎,请到消费记录里找到下载记录反馈给我们,经确认后退回积分.
  • 如下载前有疑问,可以通过点击"提供者"的名字,查看对方的联系方式,联系对方咨询.

相关评论

暂无评论内容.

发表评论

*主  题:
*内  容:
*验 证 码:

源码中国 www.ymcn.org