[Tinyos-help] Accessing CC2420 RAM (SABUF)
Inco Mull
skytel at gmail.com
Fri Jul 10 11:05:46 PDT 2009
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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: https://www.millennium.berkeley.edu/pipermail/tinyos-help/attachments/20090710/8c28deab/attachment.htm
More information about the Tinyos-help
mailing list