Part Number: CC2652R
Other Parts Discussed in Thread: LAUNCHXL-CC26X2R1
We are working in a Bluetooth mesh network with a vendor model. One of the nodes, which actually is a LAUNCHXL-CC26X2R1 kit, is sending messages periodically to 5 other nodes. At a certain point and with no apparent reason, the sending function starts to returns error any time is called. By placing some breakpoints I have figured out that this is actually caused by the function AESECB_oneStepEncrypt, that suddenly returns -1.
By now I could not find a way to restore the communications, other than resetting the device.
Does anyone knows why could this appears to happen after some minuts working properly?
Could this be related to a memory leak? How could this be monitored with CCS?