Hi everyone,

I want to use a high signal  on the telosb to trigger the pin 34 on the
CC2420 chip which is Radio_SO.

Radio_SO is also attached to the MSP430 on pin 30 which is P3.2/SOMI0.

My idea is using the high signal as an external hardware interrupt for the
telosb.

I found  HplMsp430GeneralIOP component. It provides two  interfaces that I
think I can use:

interface 
HplMsp430GeneralIO<http://www.tinyos.net/tinyos-2.x/doc/nesdoc/telosb/ihtml/tos.chips.msp430.pins.HplMsp430GeneralIO.html>
 as *Port32;*
interface 
HplMsp430GeneralIO<http://www.tinyos.net/tinyos-2.x/doc/nesdoc/telosb/ihtml/tos.chips.msp430.pins.HplMsp430GeneralIO.html>
 as *SOMI0*
*
*
There is another component  HplMsp430InterruptC. It provides a number of
interfaces to enable or disable interrupt on some ports[10-27].

Port 32 is general I/O but it can not be used for interrupt(it is not
between the range of 10 and 27). Is this correct?

Thanks.
_______________________________________________
Tinyos-help mailing list
[email protected]
https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

Reply via email to