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.

#CC2640R2F noticefy 发送数据间隔问题



你哈,我需要发送比较多的数据:

使用周期函数100ms 偶尔进入 下面的这个错误

 case HAL_ASSERT_CAUSE_ICALL_TIMEOUT:
      Display_print0(dispHandle, 0, 0, "***ERROR***");
      Display_print0(dispHandle, 2, 0, ">> ICALL TIMEOUT!");
      HAL_ASSERT_SPINLOCK;
      break;

如果使用20ms间隔发送,肯定进入这个错误;

我想问一下,判断多少发送间隔合适,发送间隔需要和蓝牙连接强度和连接间隔动态调整吗?