比如CC2652的做主机,CC2640的做从机,应该下载SDK的什么代码呢
YiKai Chen:
CC2652的做主机用dev.ti.com/…/ , CC2640的做从机用 BLE-Stack 2.2.2 的simple_peripheral
Alvin Chen:
回复 YiKai Chen:
分别下载最新的SDK 里面烧录CC2652 simple_central以及CC2640 simple_peripheral
user5915852:
回复 YiKai Chen:
谢谢,请问是cc2650lp下的simple_peripheral吗
YiKai Chen:
回复 user5915852:
是的
user5915852:
回复 YiKai Chen:
请教一下host_test和simple_peripheral这两个工程有什么区别吗?用btool时好像只能烧录host_test
Alvin Chen:
回复 user5915852:
host_test 类似于把芯片只能处理HCI commands的模块。
Communication with the network processor occurs
through a serial interface (UART or SPI) using the Host Controller Interface
(HCI) protocol. The external application uses TI Vendor Specific HCI commands
and a limited subset of Bluetooth LE HCI commands/events to implement a
Bluetooth application. By placing the Host and Controller on the wireless MCU,
the memory requirements on the application processor are reduced since only the
application is required.
YiKai Chen:
回复 user5915852:
host_test像是network processor,必須透過Btool送出hci command才能把他設置成ble central或是peripheral
user5915852:
回复 YiKai Chen:
哦哦,了解了,谢谢