- Category:
- SCM
- Tags:
-
[C/C++]
[源码]
- File Size:
- 23kb
- Update:
- 2013-08-06
- Downloads:
- 0 Times
- Uploaded by:
- nan
Description: //*** *** *** *** *** *** *** *** *** *** *** *** ***
// MSP430F552x Demo- USCI_A0, 9600 UART, SMCLK, LPM0, Echo with over-sampling
// Description: Echo a received character, RX ISR used. Normal mode is LPM0.
// USCI_A0 RX interrupt triggers TX Echo.
// If UCOS16=1, UCBRx=Fbrclk/(16*Baudrate)
// Baud rate divider with UCBRx = 1MHz/(16*9600) = ~6.8
// ACLK = REFO = ~32768Hz, MCLK = SMCLK = default DCO = 32 x ACLK = 1048576Hz
// See User Guide for baud rate divider table
//
// MSP430F552x
// -----------------
// /|\| |
// | | |
// --|RST |
// | |
// | P3.3/UCA0TXD|------------>
// | | 9600- 8N1
// | P3.4/UCA0RXD|<------------
//
// Bhargavi Nisarga
// Texas Instruments Inc.
// April 2009
// Built with CCSv4 and IAR Embedded Workbenc
To Search:
File list (Check if you may need any files):
uartdayin\Debug\Exe\uart.d43
.........\.....\Obj\uart.pbd
.........\.....\...\uart.r43
.........\path.txt
.........\settings\uart.cspy.bat
.........\........\uart.dbgdt
.........\........\uart.dni
.........\........\uart.wsdt
.........\uart.c
.........\uart.dep
.........\uart.ewd
.........\uart.ewp
.........\uart.eww
.........\Debug\Exe
.........\.....\List
.........\.....\Obj
.........\Debug
.........\settings
uartdayin