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.

Software Examples to interface MSP430 Launchpad and CC2530

Other Parts Discussed in Thread: CC2531, CC2530

I am having trouble finding example codes or information on how to interface the MSP430 Launchpad and CC2530. I am using the CC EM Adapter BoosterPack to connect the MSP430 and CC2530. Can someone please help me find some links and are there example projects of something similar like this being done? Some specific questions I also have are:

-I am trying to get an ADC value from the MSP430 launchpad to be sent from the connected CC2530 to essentially another nearby CC2530 device or until it gets to the Gateway (CC2531). I have the code to be able to read the adc value and display it on an LCD using CCSv6.

1. Do I need to use CCSv6 or IAR 8051 to create the project file to be able to do this? Or Do I use CCS to have the MSP430 send out the ADC value from one of its pins then use IAR to configure that data to be sent from the CC2530? 

2. I am able to create a CC2530 project on IAR, can I just add the #include  "msp430.h" to the project file and be able to interface them both on IAR? If so, this might be the best way, but I don't know if when you build the project if it can program both the MSP430 and CC2530.

3.  How Can I have the CC2530 read the ADC value from the MSP430 in IAR

Any information or resources will be helpful. Thanks!