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: 2024/11/12 11:57,
owner: JMN-EFP-786,
3.137.164.43:LOG IN ©2024 PLEASE DON'T RIP! THIS SITE CLOSES OCT 28, 2024 SO LONG AND THANKS FOR ALL THE FISH!
|
©2024 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? <A HREF="http://sxlist.com/TECHREF/ti/msp430/usarts.htm"> MSP430 USART setup</A> |
Did you find what you needed? |
Welcome to sxlist.com!sales, advertizing, & kind contributors just like you! Please don't rip/copy (here's why Copies of the site on CD are available at minimal cost. |
Welcome to sxlist.com! |
.