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.

Bug - simultaneous http/token and tcp socket is not working properly

Other Parts Discussed in Thread: CC3100BOOST

I have a CC3100BOOST/CC3100EMUBOOST set up, with both a tcp socket and some http tokens (see attachment crashtest.zip).

When there are simultaneous tcp socket and http token requests, the library asserts in driver.c,

/*  3. Debug limit of scan */
VERIFY_PROTOCOL(SyncCnt < SL_SYNC_SCAN_THRESHOLD);

I have tested this on the emuboost debugging target, a 5529 launchpad and some other custom hardware.

crashtest.zip