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.

CC2564: RF Power Configuration

Part Number: CC2564

Customer is using MSP432 + CC2564 running CC256XMSP432BTBLESW-4.0.3.0

Questions:

Is there a CC2564 API command to the stack to tell us what the configuration or mode of the Radio is in?
Also is there an API command that allows the user to change and verify what the RF output is set at on the radio?

We are aware of the vendor specific commands to control power::
http://processors.wiki.ti.com/index.php/CC256x_VS_HCI_Commands

Please advise.

Thanks,
Mark

  • Mark,

    Mark Ackerson said:

    Is there a CC2564 API command to the stack to tell us what the configuration or mode of the Radio is in? 

    What exactly do you mean by configuration or mode of the radio?

    Mark Ackerson said:

    Also is there an API command that allows the user to change and verify what the RF output is set at on the radio?

    We are aware of the vendor specific commands to control power::
    http://processors.wiki.ti.com/index.php/CC256x_VS_HCI_Commands

    Yes, the VS_Set_Max_Output_Power() API in the BTVS.c implements the vendor specific command mentioned above. You can use this API to change the output power. Since the RF output power is only supposed to be changed once when device initializes  (if using lower output power than default)  or not changed at all if using default power levels, there is no provision to query the power level because the user application should already know at that point what value it was changed to.

    Best regards,

    Vihang