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.

how many simultaneous osal timers ?

Other Parts Discussed in Thread: Z-STACK, CC2530

osal_start_timerEx() will start a timer, which is 16-bit. As per CC2530 datasheet, it only has one 16-bit timer. I guess z-stack also uses timer(s). So the question is how many osal timers I can use?