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: can't operation with 4wire UART flow control

Part Number: CC2564C
Other Parts Discussed in Thread: CC2564MODNEM, CC256XQFNEM, CC2564MODAEM, CC256XCQFN-EM

HI,

now i meet a problem with 4wire UART hardware flow control.

I config the baudrate with 115200 , 8/N/1 , NO hardware flow control and then try some hci command with such cmd , and get related command complete :

18:40:54.259 Packet "HCI_Read_Local_Version_Information", Opcode 0x1001
18:40:54.259 --
18:40:54.259 Outgoing Dump:
18:40:54.259 0000: 01 01 10 00 ....
18:40:54.259 Incoming Dump:
18:40:54.259 0000: 04 0e 0c ...
18:40:54.259 Incoming Dump:
18:40:54.259 0000: 01 01 10 00 07 00 00 07 0d .........
18:40:54.259 Incoming Dump:
18:40:54.259 0000: 00 .
18:40:54.259 Incoming Dump:
18:40:54.259 0000: 1a .
18:40:54.259 Incoming Dump:
18:40:54.259 0000: 9a .
18:40:54.259 --
18:40:54.259 Packet "HCI_Command_Complete_Read_Local_Version_Information_Event", Opcode 0x1001
18:40:54.259 Parameters:
18:40:54.259 | Number HCI commands : 0x01
18:40:54.259 | Command Opcode : 0x1001
18:40:54.259 | Status : 0x00 (Success)
18:40:54.259 | HCI Version : 0x07
18:40:54.259 | HCI Revision : 0x0000
18:40:54.259 | LMP Version : 0x07
18:40:54.259 | Manufacturer Name : 0x000d (Texas Instruments Inc.)
18:40:54.259 | LMP Subversion : 0x9a1a

But if i setting the flow control with hardware, i can't get any response.

Thanks!