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.

can we interface a CC2520 with MSP430F5529 evaluation board

Other Parts Discussed in Thread: MSP430F5529, CC2520, MSP430F2618, TIMAC

Hi all,

            I want to interface CC2520 with MSP430F5529 evaluation board for testing the RF performance of CC2520. Or else are their any CC2520 modules with which we can directly send the data between those two modules and check the performance. The final circuit which we are planning to make must have a CC2520 along with MSP430F5529 but it needs to be tested before implementing.

Plz help 

regards

mandar

  • Hi,

    You can take a look at section 9.9 in the CC2520 datasheet (http://www.ti.com/lit/gpn/cc2520). This section explains how to interface cc2520 with MSP430F2618. Also you can download TIMAC 1.5.0 (http://www.ti.com/tool/timac) and after you install it look at the msp430+CC2520 project (C:\Texas Instruments\TIMAC 1.5.0\Projects\mac\Sample\exp5438\IAR Project) to see how the interface works. Specifically you should look at the file mac_dualchip.c (C:\Texas Instruments\TIMAC 1.5.0\Components\mac\low_level\srf04\dual_chip\mac_dualchip.c)  which contains functions to interface between MSP430 and CC2520.

    Hector