jlp101585 2017-05-10 12:04
浏览 599
已结题

DSP28027为什么一直进入EMUINT_ISR中断

DSP28027为什么一直进入EMUINT_ISR中断里面,是因为内存不够,还是因为什么,求解答?
interrupt void EMUINT_ISR(void) // Emulation interrupt
{
// Insert ISR Code here

// Next two lines for debug only to halt the processor here
// Remove after inserting ISR Code
asm (" ESTOP0");
for(;;);
}

  • 写回答

0条回答 默认 最新

    报告相同问题?