Hello TI experts,
we are using SDK as bellow:
---linux stack gatew4ay sdk :ti154stack_linux_x64_2_05
---simplelink:simplelink_cc13x0_sdk_2_10
the basic configuration like this:
-- non-beacon mode
-- without mac security
-- no frequency hopping.
test case and test step as following:
1. try to associate the sensor with collector.
2. after association confirmed in sensor side, we will send BIND CMD(application related) to collector.
we found the send failed with the error number 0x1a, the probability is about 10%.
from the code, this error defined like this:
/*!
The operation could not be completed because no
memory resources were available
*/
ApiMac_status_noResources = 0x1A
could you please help on this issue and give ways to save more memory?
thanks
Harbor