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.

关于sl_start函数无返回问题

Other Parts Discussed in Thread: UNIFLASH

你好:

    我现在使用cc3200HZ芯片,sdk版本是0.5.2。运行例程getting_started_with_wlan_ap时,系统是正常的,当我在main函数中增加如下代码后, ,系统运行到sl_start后不在往下执行。

但是在mode-config例程ap/sta切换中系统代码如下,可以执行。

通过比较发现两个例程,一个使用了freertos,一个没用,我想知道这个需要做什么设置吗?