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.

Linux/CC2564MODA: CC2564MODA with 3 Mbps Baud rate issues

Part Number: CC2564MODA

Tool/software: Linux

Hello,

Is it possible for CC2564MODA to communicate at 3mbps baud rate.

Currently its working fine with 115200 baud rate. 

But as i need higher speed, i modified the  module baudrate to 3mbps as below.

cmd.uart_prefix = HCI_COMMAND_PKT;
cmd.hci_hdr.opcode = HCI_HDR_OPCODE;
cmd.hci_hdr.plen = sizeof(unsigned long);
cmd.speed = cust_baud_rate;  // setting 3mbps here

But its still remains with 115200 baudrate.

Thanks