資源簡(jiǎn)介
使用MSP430的UART0傳輸數(shù)據(jù),波特率57600
代碼片段和文件信息
#include?“msp430x22x2.h“
#include?“uart.h“
extern?unsigned?char??Rev_ok?;?
extern?unsigned?char?TxRxbuf[255];
extern?unsigned?long?TimerSec;
int?main(?void?)
{
??//?Stop?watchdog?timer?to?prevent?time?out?reset
??WDTCTL?=?WDTPW?+?WDTHOLD;
??
??//?If?calibration?constants?erased?do?not?load?trap?CPU!!
??if?(CALBC1_8MHZ?==0xFF?||?CALDCO_8MHZ?==?0xFF)?????????????????????????????????????
??{??
??????while(1);??????????????????????????????
??}
??
??//?Set?DCO?to?8MHz
??BCSCTL1?=?CALBC1_8MHZ;???????????
??DCOCTL?=??CALDCO_8MHZ;??
??
??//uart0?init
??uart_init();???
??
??En_Uart0_intr();
??Rev_ok=0;
??
??TimerSec=0;?
??
??_EINT();?//?interrupt?enable
??
??while(1)
??{??
?????if(Rev_ok)?????????????????//??收到串口發(fā)的指令
?????{
???????Rev_ok=0;?????????????//??指令解析處理
???????uart_tx_frame(TxRxbuf5)?;
?????}
??}
??return?0;
}
?屬性????????????大小?????日期????時(shí)間???名稱
-----------?---------??----------?-----??----
?????文件??????12490??2010-04-14?18:01??uart0\Backup?of?test.ewd
?????文件??????44312??2010-04-13?10:57??uart0\Backup?of?test.ewp
?????文件??????19978??2010-04-15?11:03??uart0\Debug\Exe\test.d43
?????目錄??????????0??2010-05-26?14:46??uart0\Debug\Exe
?????目錄??????????0??2010-05-26?14:46??uart0\Debug\List
?????文件???????6346??2010-04-15?11:03??uart0\Debug\Obj\main.r43
?????文件????????174??2010-04-15?11:03??uart0\Debug\Obj\test.pbd
?????文件???????8727??2010-04-15?11:03??uart0\Debug\Obj\Timer_A.r43
?????文件??????14286??2010-04-15?11:03??uart0\Debug\Obj\uart.r43
?????目錄??????????0??2010-05-26?14:46??uart0\Debug\Obj
?????目錄??????????0??2010-05-26?14:46??uart0\Debug
?????文件????????887??2010-04-15?10:52??uart0\main.c
?????文件??????51286??2006-12-06?10:16??uart0\msp430x22x2.h
?????文件???????2683??2010-04-15?10:57??uart0\settings\test.cspy.bat
?????文件???????4825??2010-04-15?13:40??uart0\settings\test.dbgdt
?????文件???????1084??2010-04-15?13:40??uart0\settings\test.dni
?????文件???????4723??2010-04-15?13:40??uart0\settings\test.wsdt
?????目錄??????????0??2010-05-26?14:46??uart0\settings
?????文件???????3601??2010-04-15?13:40??uart0\test.dep
?????文件??????15426??2010-04-15?10:37??uart0\test.ewd
?????文件??????46851??2010-04-15?10:37??uart0\test.ewp
?????文件????????158??2010-03-29?17:30??uart0\test.eww
?????文件????????196??2008-09-03?11:12??uart0\timer.h
?????文件???????2338??2010-04-13?10:28??uart0\Timer_A.c
?????文件???????5117??2010-04-15?11:03??uart0\uart.c
?????文件????????284??2010-04-06?15:36??uart0\uart.h
?????目錄??????????0??2010-05-26?14:46??uart0
-----------?---------??----------?-----??----
???????????????245772????????????????????27
............此處省略0個(gè)文件信息
評(píng)論
共有 條評(píng)論