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 - Baud rate

Other Parts Discussed in Thread: CC2564

Hi Team,

My customer working with the CC2564 currently at 1Mbps (baud rate of 921600) by default.

Can they increase that rate to 4Mbps (baud rate of 3686400)? If so, what are the steps to do so?

The host is STM32F401 - Cortex M4f capable of 5.25 Mbps.

Thanks,

Shlomi

  • Hi Shlomi,

    They can do it by either:

    1. Setting "VENDOR_BAUD_RATE" to the appropriate value.
    HCI_DRIVER_SET_COMM_INFORMATION(&HCI_DriverInformation, 1, VENDOR_BAUD_RATE, cpHCILL_RTS_CTS); -> in any of the sample apps

    Or
    2. Calling "VS_Update_UART_Baud_Rate" . You can check any sample app, there will be a command "SetBaudRate".

    Regards,
    Gigi Joseph.