interrupt void ILLEGAL_ISR(void) // Illegal opera
tion TRAP
{
// Insert ISR Code here
asm(" ESTOP0");
for(;;);
// Uncomment this line after adding ISR Code
// return;
}
一
仿真,就跳入这个循环中,我cmd文件见下:
PRAMH0 : origin =0x3f8000, length = 0x002000
DRAMH0 : origin = 0x3f9000, length = 0x002000
求懂得人指导下,不胜感激l
把你的中断全关了,一个一个打开,看是哪个中断的问题
不应该啊,你在什么地址调用了这个延时函数。
一周热门 更多>