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.

CC2652R: CC2652R with PA + LNA

Part Number: CC2652R
Other Parts Discussed in Thread: CC2592, , SIMPLELINK-CC13X2-26X2-SDK, CC2652P, SYSCONFIG, BLE-STACK, SMARTRFTM-STUDIO, Z-STACK

Hi,

I have CC2652R with PA+LNA(CC2592) bought from link

I've configured pins 7, 13 and 14 as follows but it seems to not be working:

In main.c:

/* Map RFC_GPO0 to DIO13 */
IOCPortConfigureSet(IOID_13, IOC_PORT_RFC_GPO0, IOC_IOMODE_NORMAL);
 /* Map RFC_GPO1 to DIO7 */
IOCPortConfigureSet(IOID_7, IOC_PORT_RFC_GPO1, IOC_IOMODE_NORMAL);
 /* Normal I/O */
IOCPortConfigureSet(IOID_14, IOC_IOCFG31_PORT_ID_GPIO, IOC_IOMODE_NORMAL);

In mac_user_config.h changed these definitions:
#define RF_FE_IOD         {IOC_O_IOCFG7, IOC_O_IOCFG13, IOC_O_IOCFG14}
#define RF_FE_IOD_VAL     {IOC_IOCFG31_PORT_ID_RFC_GPO1, IOC_IOCFG31_PORT_ID_RFC_GPO0, IOC_IOCFG31_PORT_ID_GPIO}

Am i doing something wrong or am i missing any configurations?

Thanks in advance,

Matias