使用simple_peripheral修改成4*4的,能够正常广播,但是手机连接时就报错“connetion alert the peripheral disconnected while being interrogated”;改回7*7可以正常使用是什么问题?SDK版本simplelink_cc2640r2_sdk_1_40_00_45
使用SNV需要初始化或设置什么吗?
osal_snv_read()osal_snv_write();用这两个函数就挂了
技术支持能不能帮忙回答一下
Loops:
第一个问题比较奇怪。你是用的TI开发板还是你们自己的板子。你们自己的板子RF测试过没有?
第二个问题:你确认下这个Using osal_snv_read and osal_snv_write is only permitted from within a task context. Calling this API is not possible from within Swis or Hwis.
Alvin Chen:
回复 Loops:
1.参考下面的文档
http://www.ti.com.cn/cn/lit/an/zhca654/zhca654.pdf
2.// Customer NV Items – Range 0x80 – 0x8F – This must match the number of Bonding entries#define BLE_NVID_CUST_START 0x80 //!< Start of the Customer's NV IDs#define BLE_NVID_CUST_END 0x8F //!< End of the Customer's NV IDs
user4997147:
回复 Alvin Chen:
HI,Alvin
snv的ID是在0x80~0x8F范围内的
user4997147:
回复 Loops:
1,确认为硬件问题
2.是在SimpleBLEPeripheral_init()后面调用的
user4944744:
回复 user4997147:
你好,我现在也遇到了4*4封装无法连接的问题,请问你是怎么解决的
user5296727:
回复 user4997147:
想问一下是什么问题呢?我也碰到这种问题。