文件名称:new_simulation
- 所属分类:
- 单片机(51,AVR,MSP430等)
- 资源属性:
- [C/C++] [源码]
- 上传时间:
- 2017-08-22
- 文件大小:
- 26kb
- 下载次数:
- 0次
- 提 供 者:
- ASA2****
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
下载
别用迅雷、360浏览器下载。
如迅雷强制弹出,可右键点击选“另存为”。
失败请重下,重下不扣分。
如迅雷强制弹出,可右键点击选“另存为”。
失败请重下,重下不扣分。
介绍说明--下载内容均来自于网络,请自行研究使用
通过时钟使普通的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)
// 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
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