除了GPIO:PA LNA HGM三个配置以外。
我看到tidub71-TIDC-CC2650-CC2592-EMK.pdf这个文档有这样的描述:
Output Power Programming
The RF output power of the CC2650 - CC2592 EM is controlled by txPower parameter on CC2650 radio setup operation. Table 4
shows the typical output power and current consumption for the recommended power settings. The value specified in the table refers
to the combined value of txPower.IB and txPower.GC.
TXPOWER Power [dBm] Current [mA]
0x3F 22.0 179.8
0x1C 20.9 155.3
0x12 19.5 134.4
0x0E 18.4 119.9
0x0B 16.9 105.1
0x53 15.9 96.0
0x51 14.9 88.3
那么是不是意味着我要去配置txPower.IB and txPower.GC.,当然我看到这个配置在ble_user_config.c文件中。
问题1:能具体解释一下吗,功率的控制是通过以上这里配置的嘛?
问题2:如果是配置CC2640R2F,那么CC2640R2F是如何通过控制CC2592的发射功率的呢?
问题3:在标准0dbm发射功率时,开启高增益模式,是否可以增强接收灵敏度,如果不能,开启了,会有其他问题嘛