please dont rip this site

MSP430 USART setup

In the 23x0 family, anytime an rx break is detected, the UART stops receiving bytes until it's reset/unreset. This is described in errata USCI16. Code to reset the UART anytime a break has been detected:

lastStatus = UCA0STAT;
b = UCA0RXBUF;
if (lastStatus & UCBRK) {
// bug in TI hardware: break shuts down UART, so restart it
	UCA0CTL1 |= UCSWRST;
	UCA0CTL1 &= ~UCSWRST;
	}
handleRxByte(b);

See also:


file: /techref/ti/msp430/usarts.htm, 1KB, , updated: 2008/6/10 10:41, local time: 2008/12/1 13:37, owner: JMN-EFP-786,
TOP NEW HELP FIND: 
38.103.63.57:LOG IN
©2008 PLEASE DON'T RIP! DO: LINK / DIGG! / MAKE!

 ©2008 These pages are served without commercial sponsorship. (No popup ads, etc...).Bandwidth abuse increases hosting cost forcing sponsorship or shutdown. This server aggressively defends against automated copying for any reason including offline viewing, duplication, etc... Please respect this requirement and DO NOT RIP THIS SITE. Questions?
Please DO link to this page! Digg it!
<A HREF="http://techref.massmind.org/techref/ti/msp430/usarts.htm"> MSP430 USART setup</A>

After you find an appropriate page, you are invited to your to this massmind site! (posts will be reviewed) Just type in the box and press the Post button. (HTML welcomed!): A tutorial is available Members can login to post directly, become page editors, and be credited for their posts.


Link? Put it here: 
if you want a response, please enter your email address: 
Did you find what you needed?

 

Welcome to massmind.org!

  'What can I do?' - SiCKO

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

  .