我正在使用 Bealgeplay (它使用 CC1352P7)并正在尝试在其中连接蓝牙、但我无法在 hciattend 命令中找到合适的驱动程序来连接。
hciattach /dev/ttyS5 bcm43xx 3000000 flow
这是在 BeagleBone 中连接串行 UART 的命令、在 beagleplay 中要执行的驱动器/命令是什么?
欢迎您提出所有建议,提前感谢!
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.
我正在使用 Bealgeplay (它使用 CC1352P7)并正在尝试在其中连接蓝牙、但我无法在 hciattend 命令中找到合适的驱动程序来连接。
hciattach /dev/ttyS5 bcm43xx 3000000 flow
尊敬的 Shreyan:
如果需要主机控制器接口、则应刷写 host_test hex 文件。 您可以在 SDK 中找到它已预编译:
[SDK]\examples\rtos\LP_CC1352P7_1\ble5stack\hexfiles
有关主机测试支持的 HCI 命令的更多信息、请参阅 HCI 供应商特定指南:
您可以在此 E2E 主题中找到对 CC1352P7器件进行编程的说明:
谢谢、
M·H