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的 Lab20 是什么,您能分享一个链接吗?-100表示 NWP got an abort()。(i'm not sure what is lab20 for cc3100. Can you share a link? -100 means that the NWP got an abort().)
请检查您是否在中止之前收到任何 simplelink 异步事件,并检查 configureSimpleLinkToDefaultState 中的序列以查看哪个调用实际返回了 -100。(Please check if you are getting any of the simplelink async event prior to the abort and check the sequence within configureSimpleLinkToDefaultState to see which call actually returned the -100.)
Lab20下载链接:TI-RSLK升级版资料V2.1:
链接:pan.baidu.com/.../1BnLLdSoYCrHVEuw1wiz9Fg
提取码:8lip
抱歉我没找到NWP日志,
具体返回-100的函数为
您好,
该文件是否由TI官方提供?
这是升级在E2E英文论坛的帖子链接:CC3100MOD: Error in Lab_cc3100 example. - Wi-Fi forum - Wi-Fi - TI E2E support forums
您可以直接用英文的方式将想要和工程师咨询的问题转发给我们由我们这边代为转述。
您好,
收到您的跟进,我们也查看一下相关的内容。您能通过下属文档方式提供NWP日志吗?(/cfs-file/__key/communityserver-discussions-components-files/968/CC3100-_2600_-CC3200-Capture-NWP-Logs-_2D00_-Texas-Instruments-Wiki.pdf)
这是升级在E2E英文论坛的帖子链接:CC3100MOD: Error in Lab_cc3100 example. - Wi-Fi forum - Wi-Fi - TI E2E support forums
您可以直接用英文的方式将想要和工程师咨询的问题转发给我们由我们这边代为转述。
您好,
它可以从任何地方调用(将它与所有其他外围设备一起添加到主线程中(add it to the main thread with all the other peripherals init))。
他将包括以下头文件(header):
#include <ti/devices/cc32xx/inc/hw_types.h> #include <ti/devices/cc32xx/driverlib/rom_map.h> #include <ti/devices/cc32xx/driverlib/pin.h> #include <ti/devices/cc32xx/driverlib/prcm.h>
您好,
收到工程师回复:
你好,我用的是CC3100MOD,需要加入这两句代码吗,是需要加入到Uart.c或者Uart.h里吗
no it should be added to the application code.
The customer should add the lines anywhere in his boot sequence (he should just include the headers as mentioned before).
不,它应该添加到应用程序代码中。
您应该在他的引导序列中的任何地方添加这些行(应该只包括前面提到的头文件)。
if you are using CC3100 - you don't need this. It is only for the MCU devices to mux the output lines.
如果您使用的是 CC3100 - 您不需要这个。仅供 MCU 设备复用输出线。
您好,
这是E2E英文论坛工程师支持的链接:https://e2e.ti.com/support/wireless-connectivity/wi-fi-group/wifi/f/wi-fi-forum/1203652/cc3100mod-error-in-lab_cc3100-example/4561208#4561208
工程师发现 NWP 日志仍然不正确。
因为CC3100 SDK默认不支持MSP432P。可能需要一些移植工作。如果您想要使用 MSP432,通常的方法是转到通过SDK 插件支持的 CC3120 或 CC3135 。
错误-100的原因有很多,常见的有:
我认为您应该:
我们工程师的建议:由于我们没有对此主机的本地支持,它需要移植,如果这是一个新项目,那么 CC3120 是推荐使用的设备。