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.

ZStack-CC2530-2.5.1a中的osal_start_timerEx( )函数使用的是CC2530中哪个定时器?

Other Parts Discussed in Thread: CC2530, TIMAC, Z-STACK

在hal_timer.c中有这么一句 

NOTE: Z-Stack and TIMAC no longer use CC2530 Timer 1, Timer 3, and        Timer 4. The supporting timer driver module is removed and left        for the users to implement their own application timer        functions.

Timer 1,Timer 3,Timer 4都是留给用户使用的,那osal_start_timerEx( )用的是哪个定时器呢?