主题中讨论的其他器件:ENERGYTRACE
您好!
================================================================================
以下是我的环境、SKD 和示例代码
SDK:simplelink_cc13x2_26x2_SDK_4_10_00_78
示例:example/rtos/CC26X2R1_LAUNCHXL/ble5stack/host_test
测量仪器:LitePoint IQxel
PS:不是 LaunchPad
================================================================================
我在 UART 上发送此命令以设置 TxPower:01 FC 01 (07~0C)
我希望当它设置为4dBm 或5dBm 时、它可以保持在3dBm。
我尝试修改并添加以下代码。
[ ble_user_config.c (添加)]

[ ble_user_config.h (添加)]

修改 ble_user_config_stack.c 和 ble_user_config.c 中的所有引用参数
[ BLE_USER_CONFIG_STACT.c (已修改)]

[ BLE_USER_CONFIG.c (已修改)]

遗憾的是、我无法将 txPower 限制为3dBm。
我可以尝试哪些后续步骤来解决此问题?
谢谢、
此致