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.

OTA升级,路由与终端节点的区别



终端在下载时比路由花费时间要长将近一倍的时间,116K,路由2min,而终端却需要将近4min;

程序中,下载开始后已经设置了MAC_RX_ON_WHEN_IDLE=true

case ZCL_OTA_START_CALLBACK:
if (pMsg->hdr.status == ZSuccess)
{
// Speed up the poll rate
RxOnIdle = TRUE;
ZMacSetReq( ZMacRxOnIdle, &RxOnIdle );
NLME_SetPollRate( 1000 );

还有哪里的设置可能导致花费这么长时间的情况出现呢?

期待您的回复!