http server is turned off , then it's turned on after power off/power on, but no success.
any hint? Thanks
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.
sorry Glenn, you are right, Network_IF_startHttoServer is custom code which just call sl_NetAppStart(SL_NET_APP_HTTP_SERVER_ID)
trace to its code:
_i16 sl_NetAppStart(_u32 AppBitMap)
{
_SlNetAppStartStopMsg_u Msg;
Msg.Cmd.appId = AppBitMap;
VERIFY_RET_OK(_SlDrvCmdOp((_SlCmdCtrl_t *)&_SlNetAppStartCtrl, &Msg, NULL));
return Msg.Rsp.status;
}
#endif
but cannot figure out what's the meaning of error code -6