你问的是HCS12 CORE的中断还是XGATE的中断? 实际上使用codewarrior新建一个工程,或者参考demo工程就可以了. static void SetupXGATE(void) { /* initialize the XGATE vector block and set the XGVBR register to its start address */ XGVBR= (unsigned int)(void*__far)(XGATE_VectorTable - XGATE_VECTOR_OFFSET);
/* switch software trigger 0 interrupt to XGATE */ ROUTE_INTERRUPT(SOFTWARETRIGGER0_VEC, 0x81); /* RQST=1 and PRIO=1 */