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