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.

cc3100 can't be initialized

Other Parts Discussed in Thread: CC3100, TM4C1231H6PM

Hi, 

I meet cc3100 can't be initialized and blocked in this loop in driver.c

    /* Wait for SYNC_PATTERN_LEN from the device */
    while ( ! N2H_SYNC_PATTERN_MATCH(pBuf, g_pCB->TxSeqNum) )
    {
        /*  3. Debug limit of scan */
        VERIFY_PROTOCOL(SyncCnt < SL_SYNC_SCAN_THRESHOLD);
     ...
     }

I guess that should be caused by host can't get the response from cc3100 and blocked there.

Does anyone meet the similar issue before?

Surely, I check SPI bus is workable. 

BTW, my environment is cc3100 boost + M4 + rtos.

thanks

Gavin