进入违法中断的问题
interrupt void ILLEGAL_ISR(void) // Illegal operation TRAP{
// Insert ISR Code here
// Next two lines for debug only to halt the processor here
// Remove after inserting ISR Code
asm(" ESTOP0");
for(;;);
}
我写的电机控制程序,经常跑到违法中断里面去。
请问高手,什么时候会进到违法中断里?谢谢!
好了,改了一下CMD文件。 wangch_sh 发表于 2014-2-15 16:25 static/image/common/back.gif
好了,改了一下CMD文件。
楼主什么时候抽时间开个专题吧 不行,我水平不行。 你改的是什么??
我的意思是CMD的什么,哪个空间 我忘了。
页:
[1]