CC2640R2F实现无线通信的设备是什么?是mini天线吗?
Viki Shi:
CC2640R2F内部有个RF core:
The RF Core contains an Arm® Cortex®-M0 processor that interfaces the analog RF and base-band circuits, handles data to and from the system side, and assembles the information bits in a given packet structure. The RF core offers a high level, command-based API to the main CPU.
The RF core is capable of autonomously handling the time-critical aspects of the radio protocols (Bluetooth® low energy) thus offloading the main CPU and leaving more resources for the user application.
The RF core has a dedicated 4-KB SRAM block and runs initially from separate ROM memory. The Arm®Cortex® -M0 processor is not programmable by customers.
xyz549040622:
已经内置了,你直接使用就可以了。
Viki Shi:
天线需要板子上后加,不在芯片内部
user6123042:
回复 Viki Shi:
那我现在只引出管脚没有天线,rfPacketTX、rfPacketRX的无线收发代码怎么验证?
Viki Shi:
回复 user6123042:
直接用芯片验证啊?有板子没有?有板子的话用smartrf studio验证硬件
user6123042:
回复 Viki Shi:
不是,我们不是要验证硬件,硬件已经验证过了,我们要验证代码,对不对,一次最多可以发送多少数据传输稳定且速度可接受。
user6123042:
回复 Viki Shi:
我们只有如图CC2640R2F的芯片(模块),没有板子。像这样的两个模块的收发可以直接这样运行代码进行验证吗?
Viki Shi:
回复 user6123042:
一般来说模块可以进行验证的,不过这个模块我不熟,你可以试一下
Viki Shi:
回复 user6123042:
另外,我们提供的代码是基于TI launchpad,用其他模块可能硬件或引脚配置需要修改一下,具体请根据两者的硬件电路及代码设置