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.

关于CC2530定时器的问题,TI员工大神们帮帮忙吧

osal_start_timerEx( MyApp_TaskID,SEND_DATA_EVENT,(MYAPP_SEND_MSG_TIMEOUT+ (osal_rand() & 0x00FF)) );

这个定时器开启函数,最后加一个osal_rand() & 0x00FF和不加这个的区别是什么呀?