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