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.

CC3100MODBOOST: _SlDrvRxHdrRead infinite loop

Part Number: CC3100MODBOOST
Other Parts Discussed in Thread: CC3100, CC3200, CC3100SDK

Hi,

I use a host MCU connected to cc3100modboost via spi. 

The MCU get the data from UART sensor and post it via http to the server.

i use CC3100SDK_1.2.0 and CC3100_CC3200_ServicePack_1.0.1.6-2.7.0.0

i have a strange behavior. 


after few minutes of a good trannsmition the code of the MCU stuck  in function :

static _SlReturnVal_t _SlDrvRxHdrRead(_u8 *pBuf, _u8 *pAlignSize)
while (SearchSync && TimeoutState)
    { 

      ...
    }

Any idea?