请问我有如下的问题:
现在我需要用到TIMERA的计时中断,
在一个工程里只能写一个
#pragma vector=TIMERA1_VECTOR
__interrupt void Timer_A(void)
{
...
}
吗?
可以在每个子函数里分别写一个吗?然后里面同一个中断事件即同一个中断位里分别写不同的语句吗?
谢谢。
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.
请问我有如下的问题:
现在我需要用到TIMERA的计时中断,
在一个工程里只能写一个
#pragma vector=TIMERA1_VECTOR
__interrupt void Timer_A(void)
{
...
}
吗?
可以在每个子函数里分别写一个吗?然后里面同一个中断事件即同一个中断位里分别写不同的语句吗?
谢谢。