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.

bootloader例程无法使用



使用bootloader的步骤

1.将bootloaer文件放入mcuimg.bin中

2.将sta例程 文件放入mcuimg1.bin中

3.格式化

4.下载

问题

这个步骤有错误么?

我按这个下载步骤sta例程会死在   _SlNonOsMainLoopTask();里面

我手机做为AP 显示板子已经连接上AP了 

    while((!IS_CONNECTED(g_ulStatus)) || (!IS_IP_ACQUIRED(g_ulStatus)))     {

        // Wait for WLAN Event #ifndef SL_PLATFORM_MULTI_THREADED

        _SlNonOsMainLoopTask();

           #endif     }

tcp_socket例程可以完整跑起来不出错

为什么会这样