TI中文支持网
TI专业的中文技术问题搜集分享网站

使用 f28027.cmd 初始化 失败

使用 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中运行?

赞(0)
未经允许不得转载:TI中文支持网 » 使用 f28027.cmd 初始化 失败
分享到: 更多 (0)