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.

why Z-sack do not support Timer1?

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

Hi  everyone!

      when i  using HAL_PWM,  i open the  hal_timer.c, and  i found that  there is a noting as below:

/*********************************************************************
 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.
*********************************************************************/

      so  if z-stack is no longer  support timer1,  how does  the samplelight  uing the  ZCL_LEVEL_CTRL and open the HAL_PWM???