From: smckown Date: Sun, 7 Sep 2008 18:21:57 +0000 (+0000) Subject: Comment about USCI pin mapping problems. X-Git-Tag: release/2.1.0-1~80 X-Git-Url: https://oss.titaniummirror.com/gitweb/?p=tinyos-2.x.git;a=commitdiff_plain;h=eaf09b7f1f9b7501d842707cc3d290cdd8d3bb98 Comment about USCI pin mapping problems. --- diff --git a/tos/chips/msp430/pins/HplMsp430GeneralIOC.nc b/tos/chips/msp430/pins/HplMsp430GeneralIOC.nc index 4b20beee..0defab4e 100644 --- a/tos/chips/msp430/pins/HplMsp430GeneralIOC.nc +++ b/tos/chips/msp430/pins/HplMsp430GeneralIOC.nc @@ -548,6 +548,11 @@ implementation #endif #if defined(__MSP430_HAS_USCI_AB0__) || defined(__MSP430_HAS_USCI__) + /* TODO: these mappings are broken for many parts defining + * __MSP430_HAS_USCI__. For example, the MSP420F2112 has USCI pin + * assignements different than below. Further, the pin assignements vary + * by package. + */ UCA0CLK = P30; UCA0STE = P33; UCA0TXD = P34;