From: R. Steve McKown Date: Mon, 29 Dec 2014 23:02:27 +0000 (-0700) Subject: msp430 usci: fix DMA TX byte overwrite X-Git-Url: https://oss.titaniummirror.com/gitweb?a=commitdiff_plain;ds=sidebyside;h=b4cefea4fe265ce3bead428c13f1435227016cee;hp=b4cefea4fe265ce3bead428c13f1435227016cee;p=tinyos-2.x.git msp430 usci: fix DMA TX byte overwrite The DMA transmit operation for USCI was a little naive, in that it was not accounting for the possibility that UCxxTXBUF already has a byte to be transmitted. Wait for this byte to be transmitted before starting the DMA operation. Also note in the code that the DMA transfer operations, trigered by UCxxTXIFG, are edge sensitive. ---