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.
你好,我是一名新手。我在使用cc3000 booster pack 和 msp430 launchpad做实验。我在wiki下载了一个demo(CC3000SDK)。然后让其运行,但是运行到
如图选中的位置后就不能进入,只能在死循环中。
然后我再下载PatchProgrammerMSP430G2553-2.11.7.13.19
烧写后运后,再后暂停时发现程序暂停在图中绿色位置。
1)请问这是什么问题,我在经过配置好后的超级终端也没有看到任何东西。
2)它们是正常工作还是不正常工作?
http://processors.wiki.ti.com/index.php/CC3000_Basic_Wi-Fi_example_application_for_Launchpad
4)我购买的 CC3000 booster pack没有上面地址上图中的Network stack logger pin 这个有没有影响。
谢谢。
很感谢你的回答!
首先我的超级终端能显示出 Example App:driver version 2.13.7.13
但是,在输入01,使用手机SmartConfig连接时,连接到超时仍不能连接。
程序在停留在:
// Wait for Smartconfig process complete
while (ulSmartConfigFinished == 0)
{
__delay_cycles(6000000);
turnLedOff(6);
__delay_cycles(6000000);
turnLedOn(6);
}
我也尝试输入02 指令,结果却能返回 Done
请问这是什么问题呢?