Hope someone could give me some input:

My configuration file contains the following lines:
:
:
components new CC2420SpiC();
MyApp.Ram_SABUF -> CC2420SpiC.SABUF;
:
:

The component includes the following lines:
:
:
interface CC2420Ram as Ram_SABUF;
call Ram_SABUF.write(0,Temp,16)
:
:

The application compiles OK but nothing is being written in the SABUF memory
location. Any ideas on what I'm doing wrong?  I  enabled the crystal
oscillator by using  "call Strobe_SXOSCON.strobe();" but no luck.

Am I approaching the RAM writing process in the right way?

Thank you much for your input.

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

Reply via email to