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时间太长

大家好:

     我在做用OTA实验,为什么我的OTA时间是一个小时,平均一秒Client向Dongle请求一次数据块

  • 升级需要的时间要看程序大小和信号情况。

    难道是信号不好?

  • 我把问题解决了,我想TI官方的OtaServer上位机作为Console的时候应该是发指令改变了终端的Poll Rate,而我是通过stm32作为Console的

    所以我就人为的改变了终端的Poll Rate,调用NLME_SetPollRate( 50 );把默认值2000改为50,就快了很多,OTA用的波特率是38400,SBL

    用的波特率是115200,那OTA的波特率TI官方为什么不用115200呢?