为啥DSP仿真时候总是进入asm(" ESTOP0");中?求讲解!

2019-07-15 18:39发布

interrupt void ILLEGAL_ISR(void)   // Illegal operation 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

友情提示: 此问题已得到解决,问题已经关闭,关闭后问题禁止继续编辑,回答。