Other Parts Discussed in Thread: SYSCONFIG, CC1352P, , , LAUNCHXL-CC1352R1, CC1352R
Hi,
Hobbyist here. I'm trying to disable High PA in my simple_peripheral project by doing the following changes on Sysconfig:
1 - Tab "Software->BLE->Radio->BLE Radio Configuration": Unmarking the option "High PA" and choosing "5" in the "Tx Power (dBm)" holder.
2 - Tab "Software->RF Design": Choosing "None" in the "Assing High PA to Frequency Band".
When trying to build I get the following errors in the file "ble_user_config.c":
1 - identifier "pOverrides_bleTx20" is undefined ble_user_config.c /simple_peripheral_CC13X2P_2_LAUNCHXL_tirtos_ccs/iCallBLE line 365 C/C++ Problem
2 - identifier "pOverrides_bleTxStd" is undefined ble_user_config.c /simple_peripheral_CC13X2P_2_LAUNCHXL_tirtos_ccs/iCallBLE line 364 C/C++ Problem
ble_user_config.c is not automatically generated by sysconfig, so I guess I probably missing one step to disable "High PA".
One interesting point is that I get the following message on the sysconfig tab "Software->BLE->Radio->BLE Radio Configuration": "The BLE module is not using RF_Mode from ti_radio_config.c".
I'm using cc13x2_26x2_sdk_5_10_00_48 (I know is outdated by it used to work when I was doing some testing one and a half year ago).
Thanks in advance!