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.

RTOS/LAUNCHXL-CC1310: How can I use the CC1310 with CC1190 range extender ?

Part Number: LAUNCHXL-CC1310
Other Parts Discussed in Thread: CC1190, CC1310

Tool/software: TI-RTOS

Hi,

I have a board CC1310 + CC1190 inside of that. I did Smarf Rf studio Configure Target setting like that:

I want to make this setting into my code.

I use this code part ;

#include <ti/drivers/pin/PINCC26XX.h>

PINCC26XX_setMux(ledPinHandle, IOID_11, PINCC26XX_MUX_RFC_GPO0);// lna = 11
PINCC26XX_setMux(ledPinHandle, IOID_10, PINCC26XX_MUX_RFC_GPO1);//pa = 10 ??????

But it does not work. I need to test my boards to outside so please suggest a way to PA, LNA, HGM pins to open and work properly. 

Best Regards.