zigbee协议栈中如何使用定时器中断呢?函数需要自己添加吗?
时间:10-02
整理:3721RD
点击:
在hal_timer.c中文件是空的,没有函数的定义,在hal_timer.h中只有一些函数的声明,.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.
是需要用户自己添加吗?
是的,需要用户自己配置的