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.

CC2340R5: Use command-line interface (CLI) raise exception

Part Number: CC2340R5

Tool/software:

When using the SmartRF CLI command line to send instructions, setting the typical PHY prompted the error message "Invalid typical PHY name".

  • Hello Carson Chenn,

    Referencing the help documentation, we should be able to use one of the commands below:

    PHY OPERATIONS
    --print-typical-phys
        Print <Typical PHY name> for all typical PHYs available in the current
        workspace.
    --select-typical-phy "<Typical PHY name>"
        Select the specified typical PHY. If successful, this becomes the current
        PHY.
    --print-custom-phys
        Print <Custom PHY name> for all custom PHYs in the current workspace.
        Nothing will be printed if there are no custom PHYs in the workspace.
    --select-custom-phy "<Custom PHY name>"
        Select the specified custom PHY. If successful, this becomes the current
        PHY.
    --create-custom-phy "<Custom PHY name>"
        Create a new custom PHY, with the specified name, based on the current PHY.
        If successful, this becomes the current PHY.
    --remove-custom-phy "<Custom PHY name>"
        Remove the specified custom PHY. If this is the current PHY, there will be
        no current PHY after the operation.

    Thanks,

    Alex F