hi ti,
我按照http://processors.wiki.ti.com/index.php/CC2640_Porting_Projects说明将APP的代码移植到BLEv2.1.0版本上,现在出现了ANCS功能不能用,之前的2.0的版本是可以工作的,现在蓝牙的绑定是可以的,但是微信短信等提示信息2640接收不到,请问新的协议栈需要改动那些地方,有新的协议栈关于ANCS的文档吗?
谢谢!
inner xiao:
楼主,你好!
你的这个问题解决了吗?我直接用的是2.1的协议栈,按照上面链接的文档移植后,stack工程编译报错:
先报错
Warning[Pe223]: function "AONBatMonMeasurementCycleSet" declared implicitly C:\ti\simplelink\ble_cc26xx_2_01_00_44423\Components\hal\target\_common\cc26xx\pwrmon.c 93
Error[Pe020]: identifier "AON_BATMON_CYCLE_32" is undefined C:\ti\simplelink\ble_cc26xx_2_01_00_44423\Components\hal\target\_common\cc26xx\pwrmon.c 93
Error while running C/C++ Compiler然后把该错误函数引用地方注释后,报错如下:
Error[Lp011]: section placement failed
unable to allocate space for sections/blocks with a total estimated minimum size of 0xe9cb bytes (max align 0x4) in <[0x0000f000-0x0001efff]> (total uncommitted
space 0xdfd0).
Error while running Linker楼主知道是什么问题吗?