[Tinyos Core WG] MSP430 timer stack
Philip Levis
pal at cs.stanford.edu
Mon Jul 9 13:37:30 PDT 2007
On Fri, 2007-07-06 at 11:13 -0700, Philip Levis wrote:
> I'm finding that the Telos/MSP430 timer stack seems to be running
> amazingly fast. The micaZ/atm128 stack seems to be working fine. Is
> the DCO calibration problem? As it is in CVS, the stack is completely
> broken.
I found the bug -- it was in my msp430 toolchain. As part of running
TinyOS through Dawson's bug finding tools, I had re-typedef'd some
types. My mistake was to typedef uint16_t to a "short int" rather than
"unsigned short." So all is well.
Phil
More information about the Tinyos-2.0wg
mailing list