我想看zigbee协议栈的中断服务函数,在协议栈里就是找不到,请教在哪里找到呢?跪求
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.
您现在使用的是哪个工程?有可能该工程内没有使用串口中断
串口中断的定义是
#define URX0_VECTOR VECT( 2, 0x13 ) /* USART0 RX Complete */
#define URX1_VECTOR VECT( 3, 0x1B ) /* USART1 RX Complete */
#define UTX0_VECTOR VECT( 7, 0x3B ) /* USART0 TX Complete */
#define UTX1_VECTOR VECT( 14, 0x73 ) /* USART1 TX Complete */
关于串口的使用建议您参考 http://blog.sina.com.cn/s/blog_61500ed60100nqzj.html