Hi,
I am using CC3220SF WiFi SoC in our devices. We are in production stage and has already completed lots of devices till now.
Recently we are facing device reboot while performing test for modules.
Device is reboot frequently with error msg: Error [-2011] at line [1575] in function [InitSimplelink]
In code it is getting stuck at below point.
line 1574 : retVal = sl_WlanSetMode(pCtx->role);
line 1574 : ASSERT_ON_ERROR(retVal);
In slneterr.h file this error is mentioned as below
/* API has been aborted, command is not allowed in device lock state */
#define SLNETERR_RET_CODE_DEV_LOCKED (-2011L)
Please help us to understand this error and possible reasons that may lead to this error.