CC2640R2F 获得蓝牙mac地址的接口函数 是哪个
Susan Yang:
可以用
uint64_t macAddress;
macAddress = *((uint64_t *)(0x500012F0)) & 0xFFFFFFFFFFFFFF;来获取,也可以通过
Flash Programmer 2 读取
CC2640R2F 获得蓝牙mac地址的接口函数 是哪个
可以用
uint64_t macAddress;
macAddress = *((uint64_t *)(0x500012F0)) & 0xFFFFFFFFFFFFFF;来获取,也可以通过
Flash Programmer 2 读取
CC2340R5: Some questions about implementing the sending of ADV data on the rfPacketTx routine of the CC2340R5 chip
CC2642R: TI CC2642 HID示例问题
CC2642R: CC2642R使用外部存储W25Q16JVSSIQ, 未写成功,求帮看看是什么问题
LAUNCHXL-CC26X2R1: Some questions about the periodic advertising process of the RTLS responder