I'm having a little trouble with the SPI Resources, I need to setup
arbitration but that will come later. Just need to make sure I can get the
following to work first.

 

First I want to say that only one device is on the SPI bus, the one I'm
trying to control. So the problem isn't that something else already has
control.

 

I call SpiResource.request() and in turn the SpiResource.granted() is called
like its suppose to, I have already verified this. 

 

However, when I try to call SpiResource.release() it's coming back as FAIL
but I have verified that the SpiResource.isOwner() is coming back as TRUE.
Does anyone know why the release() is failing?

 

Thanks in Advance.

 

-Shaun

 

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

Reply via email to