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( )用的是哪个定时器呢?