Hi All,

I'm trying to read IEEE 64 bit Address from CC2420 Ram,

following the nesc documentation it must be easy as:


  components new CC2420SpiC() as RadioSpi;
  HelloMoteP.IEEEADR -> RadioSpi.IEEEADR;

...

 { ... uses  interface CC2420Ram as IEEEADR; .. }

{...
  uint8_t bufmac[8];
  call IEEEADR.read(0, bufmac, 8);
...}

After that, bufmac remains unchanged.

Does anybody knows what I'm doing wrong?

Thanks in advance,

Xavi

-- 
www.alcim.net
Buscant sempre nous reptes, alguna proposta?
_______________________________________________
Tinyos-help mailing list
Tinyos-help@millennium.berkeley.edu
https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

Reply via email to