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.

CC3200

Other Parts Discussed in Thread: CC3200

程序tcp_socket         buile没有问题,(官方例程,没有任何改动,前几天做实验没问题)

debug过程中出现问题:Cortex_M4_0: Error: Connection with the target was unexpectedly lost.。

单步调试过程中发现卡在了ConfigureSimpleLinkToDefaultState()中的

                                              lMode = sl_Start(0, 0, 0);这里。

build例程wlan_ap和wlan_station出现错误:

Product 'com.ti.rtsc.TIRTOSCC32XX' v2.15.0.17 is not currently installed and no compatible version is available. Please install this product or a compatible version. wlan_station wlan_station Problems

出现这样的问题该怎样解决?(CC3200小白,希望能有详细的解决步骤。非常感谢)