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.

CC2564C: CC256x MSP432 Bluetopia SDK - v4.2.1.0: RF output power

Part Number: CC2564C

SDK: CC2564CMSP432BTBLESW. (CC256x MSP432 Bluetopia SDK - v4.2.1.0).

1) what's the default setting of RF Tx output power (in those HFPDemo_HF / A3DP_Demo / HSPDemo / etc sample code) ?

2) from the code, need to call VS_Set_Max_Output_Power() to change the ouput power.

    what's the maximum output power in dBm value ?

    It's mentioned from 0 to 12 which specifies 4 dBm steps. What's this mean ?

    if set to '0', how many dBm is the output ?   if set to '12', how many dBm is the output ?

  [BTVS.c]:

   /* The following function prototype represents the vendor specific   */

   /* function which is used to change the output power for the Local   */

   /* Bluetooth Device specified by the Bluetooth Protocol Stack that   */

   /* is specified by the Bluetooth Protocol Stack ID. The second       */

   /* parameter is the max output power to set. This function returns   */

   /* zero if successful or a negative return error code if there was   */

   /* an error.                                                         */

   /* * NOTE * The maximum output power is specified from 0 to 12 and   */

   /*          it specifies 4 dBm steps.                                */

int BTPSAPI VS_Set_Max_Output_Power(unsigned int BluetoothStackID, Byte_t MaxPower)

3) how to set CC2564C for EMC/RF power measurement ?

    Is there any tool can set CC2564C to EMC mode so that can check the radiation power by the antenna ?

 

Thank you.