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.

CC2640R2L: CC2640R2L Front-end programming clarification

Part Number: CC2640R2L

Hi,

For the CC2640R2L, when using a balun:

should the bias be set as internal?  E.g. this would work:

#if defined( CC2650EM_7ID )

#define RF_FE_MODE_AND_BIAS ( RF_FE_DIFFERENTIAL | \
RF_FE_INT_BIAS)

or I could define a new profile for clarity:
#if defined( CC2640L_5ID )

#define RF_FE_MODE_AND_BIAS ( RF_FE_DIFFERENTIAL | \
RF_FE_INT_BIAS)
Regards,
AC