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.