另外IntRegister(INT_TIMER1A, Timer1IntHandler);里指明了中断入口Timer1IntHandler,那是不是中断向量表中不用写Timer1IntHandler?
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.
另外IntRegister(INT_TIMER1A, Timer1IntHandler);里指明了中断入口Timer1IntHandler,那是不是中断向量表中不用写Timer1IntHandler?