CC2640R2
请教下 调用 GATT_WriteNoRsp 如果长度大于150 就返回MSG_BUFFER_NOT_AVAIL
有什么可以方法增大BUFFER的大小吗?
Viki Shi:
查看下heap的使用情况,heap与BLE协议栈共享,因此受到RAM大小的限制。
建议查看下Dynamic Memory Allocation:
dev.ti.com/…/memory_management.html以及Debugging Memory Problems,尤其是Icall heapmgr:dev.ti.com/…/debugging-index.html