This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

How to Communication between two CC2530 modules through SPI in Z-Stack

Other Parts Discussed in Thread: Z-STACK, CC2530

I want to  communication by SPI in Z-Stack, but did not find the relevant examples. I studied the CC2530 SPI communication for some days .Followings are my questions about SPI.

1 Serial port has two modes of UART and SPI, UART relies on the DMA and the interruption to communication,and  I saw SPI can use DMA communication.After Initialized DMA and SPI how to get the content of the transmited and received?

2 Can SPI  work separated from the DMA ?

3 When  separated from the DMA  how to get the content of the transmited and received?

4 I want to   send received message by SPI into the air ,how to do it?

Looking forward to the answer!!!