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 demo

Other Parts Discussed in Thread: CC3100, CC31XXEMUBOOST, CC3200

ti的老师你们好,我现在正在做cc3100的tcp_socket实验,为什么程序一直停在spi.c源程序里面的下面这段程序里,

#endif
for (i = 0; i < len; i ++)
{
while (!(UCB0IFG&UCTXIFG));
UCB0TXBUF = 0xFF;
while (!(UCB0IFG&UCRXIFG));
pBuff[i] = UCB0RXBUF;
}

tera term只显示

Getting started with station application - Version 1.2.0
*******************************************************************************

然后就没东西了,停在这个地方。我没有用cc31xxemuboost更新cc3100固件,不过前段时间我是可以用的,可以成功连接AP,不过现在不能用了,不知为什么?