Part Number:CC2640R2F
SDK用的 simplelink_cc2640r2_sdk_4_10_00_10,蓝牙协议是4.2的。现在开发想用simple peripheral 例程实现LECS,请问stack的大小最小设置成多少?PDU我设置了最小69.
Nick Sun:
您好,
您这边的LECS功能具体是指什么?
,
Sui Steve:
您好,
是LESC,抱歉。想用蓝牙4.2的安全模式1级别4,不知道对stack size有要求吗?最低是多少?
,
Nick Sun:
您好,
您可以参考如下帖:https://www.ti2k.com/wp-content/uploads/ti2k/DeyiSupport_Bluetooth_cc2652r-regarding-pdu-size-and-le-secure
,
Sui Steve:
您好,
我的项目找到了问题,应该是内存不够了,导致手机会显示PIN码不对,但是程序里面并没有走到配对那一步。
1.在Properties->Build->ARM Compiler->Predefined Symbols 中添加CACHE_AS_RAM,在Properties->Build->ARM Linker->Advance Options-> Command File 中添加CACHE_AS_RAM=1
2.bim和app都要添加以上两个
结合官方文档: https://software-dl.ti.com/simplelink/esd/simplelink_cc2640r2_sdk/3.20.00.21/exports/docs/proprietary-rf/proprietary-rf-users-guide/proprietary-rf-guide/cache-as-ram.html
,
Nick Sun:
您好,
很高兴能找到问题,也感谢您的分享。