[Tinyos-help] spi.write crashes application
Alexandre Buist
abuist at newtraxtech.com
Fri Mar 28 14:28:51 PDT 2008
Hi all,
My prog crashes each time I use the spi write command. Here is how it's
wired. Is there something missing or wrong?
configuration HplWn100C
provides interface SpiByte as WnSpi;
components new Msp430Spi1C() as Spi;
components HplWn100P;
HplWn100P.WnSpi -> Spi;
Spi = WnSpi;
module HplWn100P
uses interface SpiByte as WnSpi;
call WnSpi.write(0xae);
-------------- next part --------------
An HTML attachment was scrubbed...
URL: https://www.millennium.berkeley.edu/pipermail/tinyos-help/attachments/20080328/abe6f28a/attachment.htm
More information about the Tinyos-help
mailing list