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.

SL_DEVICE_GENERAL_VERSION fails

Other Parts Discussed in Thread: CC3100BOOST, UNIFLASH, CC3100MOD, CC3100

Hi,

After switching to a new CC3100BOOST board the following call fails, I get zero bytes returned:

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));

It worked with my previous BOOST board (versions can be found in this thread:http://e2e.ti.com/support/wireless_connectivity/f/968/t/378658.aspx)


Regards,
Johan