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 HFP DEMO open stack

Other Parts Discussed in Thread: CC2564

Hi TI

请教个问题

        我移植cc2564 HFP demo工程到一个M4核的MCU(非STM32),提示打开堆栈错误。

        我单步跟踪了数据,发送、接收的数据如下,前两个命令reset(0x0C03) 和设置波特率的发射和接收(0xFF36)应该没有问题,接收的数据是正确的。但是发送的第三个命令(0xFE37发送出去,但是接收错误(0xF8)。

请问:0xFF36命令的作用是什么?发生这个错误可能的原因是什么?非常感谢!!!!!!

TX: 0x01 0x03 0x0C 0x00                                  0x01 0x36 0xff 0x04 0x00 0x10 0x0E 0x00                            0x01 0x37 0xFE 0x02 0x07 0x10

RX: 0x04 0x0E 0x04 0x01 0x03 0x0C 0x00       0x04 0x0E 0x04 0x01 0x36 0xFF 0x00                                  0xF8