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设置系统时间如何精确到ms级别?

Other Parts Discussed in Thread: CC2530

协议栈里提供了时间设置函数osal_setClock(),能调整系统时间,但是只能精确到秒,并不包括秒以下的部分。然而,CC2530里面有一个以ms计数的32位参数osal_systemClock,而且,osal_GetSystemClock()函数能读出毫秒级别的时间!   既然能读出毫秒的时间,内部也提供了毫秒的计数,怎么就没有设置时间精确到毫秒的呢?或者有什么其他方法能设置时间精确到毫秒呢?