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 前端编程说明

Guru**** 2387080 points
Other Parts Discussed in Thread: CC2640R2L
请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。

https://e2e.ti.com/support/wireless-connectivity/bluetooth-group/bluetooth/f/bluetooth-forum/993059/cc2640r2l-cc2640r2l-front-end-programming-clarification

器件型号:CC2640R2L

您好!

对于 CC2640R2L、当使用平衡-非平衡变压器时:

是否应将偏置设置为内部?  例如、这将起作用:

#if defined( CC2650EM_7ID )

#define RF_FE_MODE_AND_BIAS ( RF_FE_DIFFERENTIAL | \
RF_FE_INT_BIAS)

或者、为了清晰起见、我可以定义一个新的配置文件:
#if defined( CC2640L_5ID )

#define RF_FE_MODE_AND_BIAS ( RF_FE_DIFFERENTIAL | \
RF_FE_INT_BIAS)
此致、
交流
  • 请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。

    应使用内部偏置、因此应 相应地修改芯片组定义(CC2640L_5ID)的 RF_FE_MODE_AND_BIAS。

    此致、
    Ryan