为什么有的中断events.c有,如下
/*
** ===================================================================
** Event : AS1_OnTxChar (module Events)
**
** From bean : AS1 [AsynchroSerial]
** Description :
** This event is called after a character is transmitted.
** Parameters : None
** Returns : Nothing
** ===================================================================
*/
void AS1_OnTxChar(void)
{
/* Write your code here ... */
SCI0DRL = (byte)0x55;
}
有的中断如定时器溢出,ADC中断都要手工在主程里加上。
友情提示: 此问题已得到解决,问题已经关闭,关闭后问题禁止继续编辑,回答。
一周热门 更多>