我是使用PE生成驱动代码,中断只开了一个AD和一个定时器。
程序硬件仿真时总是运行一段时间后进入CPU中断,进入该中断的时间不定1-10秒都有可能。
#pragma interrupt alignsp void Cpu_Interrupt(void) { asm(DEBUGHLT); /* Halt the core and placing it in the debug processing state */ }
感觉好像是产生了一个我未定义处理的中断一样。
请各位兄弟姐妹帮我看看,万分感谢!!! |