文件名称:new_simulation
介绍说明--下载内容来自于网络,使用问题请自行百度
通过时钟使普通的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)
相关搜索: msp430f149
IO模拟串口通信
(系统自动生成,下载前可以参看下载内容)
下载文件列表
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
本网站为编程资源及源代码搜集、介绍的搜索网站,版权归原作者所有! 粤ICP备11031372号
1999-2046 搜珍网 All Rights Reserved.