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.

CC1310 Combine several examples together

Other Parts Discussed in Thread: CC1310

Hello, 

I am currently working with the CC1310 launchpad and CC6. I typically need to combine several function all together from the TI Ressource Explorer, but I am a bit lost about how to do it. I have tried to understand TI RTOSCC13xx ware etc..

Typically what I try to achieve is the following: 

Function 1: 

Transmit signal from launchpad 1, receive on launchpad 2, then trigger UART on launchpad 2 to send a character to a another mcu connected to CC1310 on launchpad 2

Function 2:

Transmit signal from launchpad 1, receive on launchpad 2 AND calculate RSSI of signal received, then trigger UART

Function 3:

Detect GPIO input change on launchpad 1 and trigger the transmission of a special packet to launchpad 2 to trigger UART on launchpad 2

I suppose that I can use the examples contained in TI ressource explorer to try to combine them together, however once the example imported in the project explorer, they are in two different project, hence the question are:

1./ Which example do you recommend to use for function 1, 2, 3 ? (Is there any documentation which describe what each example is making without having to import them ?)

2./ How to merge them all together so that I can build the project, load it in launchpad, test and debug ?

Thanks for your answers.