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.

Errata for CC3100 "post ES"?

Other Parts Discussed in Thread: CC3100

I just received boards with CC3100MODs that are "post engineering samples" (please see the attached picture). Is there an errata describing possible issues when moving from ES to non-ES? I noted that the MAC address for one thing is needs an 8 byte buffer (http://e2e.ti.com/support/wireless_connectivity/f/968/t/371535.aspx) and also the following call fails when talking to an non-ES CC3100 (I use the CC3100 SDK 1.0.0):

SlVersionFull ver;
u8_t config_opt = SL_DEVICE_GENERAL_VERSION, config_len = sizeof(ver);
s32_t status = sl_DevGet(SL_DEVICE_GENERAL_CONFIGURATION, &config_opt, &config_len, (unsigned char *)(&ver));

Regards,
Johan