使用 f28027.cmd 仿真时 执行到
InitFlash(); 或者 InitAdc(); 程序就进入
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(;;);
}
怎么回事?
Hank Zhao:
InitFlash();有没有拷到RAM中运行?