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:ENW-89823A4KF Panasonic 模块无法设置 HCI 波特率高于11520

Guru**** 2348500 points
Other Parts Discussed in Thread: CC2564
请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。

https://e2e.ti.com/support/wireless-connectivity/wi-fi-group/wifi/f/wi-fi-forum/1484727/cc2564c-enw-89823a4kf-panasonic-module-unable-to-set-hci-baudrate-higher-than-11520

器件型号:CC2564C
Thread 中讨论的其他器件:CC2564

工具与软件:

您好!

我们目前正在使用这个基于 CC2564芯片的 Panasonic 模块。

通过使用外部 STM32作为主机 MCU 和 Bluetopia 蓝 牙堆栈、我们无法将波特率设置为高于115200。

由于波特率为115200、因此该对和通信可以完美地运行。

但是、一旦我们将波特率设置为1M、仍然可以完成配对、但没有进行任何通信。

/*配置 UART 参数*/

HCI_DRIVER_SET_COMM_INFORMATION (&HCI_DriverInformation、1、VENDOR_BAUD_RATE、cpHCILL_RTS_CTS);

HCI_DriverInformation.DriverInformation.COMMDriverInformation.InitializationDelay = 100;


USART 使用 STM32的 HSI 进行计时、VENDOR_BAUD_RATE 设置为1M。


在硬件方面也检查、应该没有什么限制开关速度的东西。

亲切的帮助!

提前感谢。