]> oss.titaniummirror.com Git - tinyos-2.x.git/commitdiff
msp430 usci: TX operations via DMA
authorR. Steve McKown <rsmckown@gmail.com>
Tue, 23 Dec 2014 19:50:45 +0000 (12:50 -0700)
committerR. Steve McKown <rsmckown@gmail.com>
Tue, 23 Dec 2014 19:50:45 +0000 (12:50 -0700)
USCI UART A0 and A1 support DMA transmit via Msp430UartDmaA0C and
Msp430UartDmaA1C, respectively.  Since both components are implemented
using DMA channel 0, they cannot be both utilized in the same program.

A future parameterized DMA interface could be used to allow
serialization of DMA operations between UARTs using a single DMA
channel.


No differences found