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在MSP432上运行卡在_SlNonOsMainLoopTask()怎么回事

Other Parts Discussed in Thread: CC3100, CC3100SDK

如下图,我在配置CC3100的时候,刚开始就出现问题了,一直卡在_SlNonOsMainLoopTask()这个函数不出来,请教下这个函数是干嘛的,这种情况是什么原因呢,非常感谢

  • _SlNonOsMainLoopTask() 这个函数等待一个全局变量的设置或中断请求, 请问你用的是哪个例程?

  • 1.我用的是C:\ti\CC3100SDK_1.2.0\cc3100-sdk\platform\msp430fr5969lp这个例程,这个是针对MSP430的,我移植到MSP432上去了,修改了board.c和spi.c两个文件,其它没改动,

    2.还有一个问题,我目前是在MSP432上使用了Freertos,能直接使用这个例程吗?如果不能,我该做哪些改动呢?

    3.我在TI官网上下载了一个例程,里面是CC3100+MSP432的,但里面的lib库却是:

    * -------------------------------------------
    * MSP432 DriverLib - v01_04_00_18
    * -------------------------------------------

    我,