Hi,

I was wondering how I can enable the use of the FastSpiInterface and if 
replacing all the command calls in CC2420SpiP would bring the same 
functionality. Based on my understanding, it would help to speed up the SPI 
read 
and write speed. Also in Msp430Spi0C, it is given 
#ifndef ENABLE_SPI0_DMA
  provides interface FastSpiByte;
#endif 
.....
#ifdef ENABLE_SPI0_DMA
#warning "Enabling SPI DMA on USART0"
  components Msp430SpiDma0P as SpiP;
#else
  components Msp430SpiNoDma0P as SpiP;
#endif
.......
#ifndef ENABLE_SPI0_DMA
  FastSpiByte = SpiP.FastSpiByte;
#endif  

It seems that in either case, the FastSpiByte is defined. What is the 
difference 
and how does it work with the connection to other components?

Thanks for your help and advice.

Best Regards,

Tobias
 Tobias Ang
Ruetscher Str. 165 Zi 1415
52072 Aachen
Germany
+49-1797077338



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

Reply via email to