I working with a customer who is experiencing the following issue:
We are using TI BTool to send HCIExt_SetTxPowerCmd to a CC2652R1 microcontroller and set its TX Power for RF Tests, but the TX power does not change.
Could you advise what is needed to have the HCIExt_SetTxPowerCmd working properly with the BTool?
The following is the setup I have:
-
- BTool v1.42.13 (BLE5)
- CC26x2R LaunchPad with CC2652R1 microcontroller
- Ble5_host_test_cc26x2R1lp_app
- Cc26x2_sdk_2_30_00_34
I am reading the RSSI with SmartRF Studio v7 (2.11.0) and another CC26X2R Launchpad.
The sequence of HCI commands with BTool is the following:
- Send HCI_Reset or HCIExt_ResetSystemCmd
- Send HCIExt_SetTxPowerCmd
- Send HCIExt_EnhancedModemTestTxCmd
Any thoughts?
Thanks,
Stuart