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.

Porting CC3100 to STM32F429ZI

Other Parts Discussed in Thread: CC3100

Hi,


/* ******************************************************************************/
/* _SlDrvRxHdrRead */
/* ******************************************************************************/
_SlReturnVal_t _SlDrvRxHdrRead(UINT8 *pBuf, UINT8 *pAlignSize)
{

.......

VERIFY_PROTOCOL(SyncCnt < SL_SYNC_SCAN_THRESHOLD);

.....

}

The program is stuck here .

How can i overcome it?

Thanks,

Likhitha