This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

CC3100: Setting device time

Part Number: CC3100

Hello,

I have been getting the -100 error occasionally when trying to set the device time like below:

 sl_DevSet(SL_DEVICE_GENERAL_CONFIGURATION,SL_DEVICE_GENERAL_CONFIGURATION_DATE_TIME, sizeof(SlDateTime_t),(unsigned char *)(&dateTime));

Any reason why this would happen?