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

28377s Flash烧写求助

大家好,求助一个Flash烧写的问题。
我在使用29377s芯片,程序已经编写完毕,平时在RAM中Debug的时候也正常,现在准备烧写的Flash中。
已经把link command file更换成了2837xS_Generic_FLASH_lnk.cmd
 


但是在烧写后运行时程序会跳入下面这个异常处理函数。请问是程序异常的原因吗?这个应该怎么修改
非常感谢各位的帮助。
//
// Illegal Operation Trap
//
interrupt void ILLEGAL_ISR(void)
{//// Insert ISR Code here////// Next two lines for debug only to halt the processor here// Remove after inserting ISR Code//asm ("ESTOP0");for(;;);
}

 

Seven Han:

论坛中有讨论程序进入interrupt void illegal_isr的问题,您可参考这边帖子:http://www.deyisupport.com/question_answer/microcontrollers/c2000/f/56/t/9221.aspx

大家好,求助一个Flash烧写的问题。
我在使用29377s芯片,程序已经编写完毕,平时在RAM中Debug的时候也正常,现在准备烧写的Flash中。
已经把link command file更换成了2837xS_Generic_FLASH_lnk.cmd
 


但是在烧写后运行时程序会跳入下面这个异常处理函数。请问是程序异常的原因吗?这个应该怎么修改
非常感谢各位的帮助。
//
// Illegal Operation Trap
//
interrupt void ILLEGAL_ISR(void)
{//// Insert ISR Code here////// Next two lines for debug only to halt the processor here// Remove after inserting ISR Code//asm ("ESTOP0");for(;;);
}

 

mangui zhang:

烧写后再连接JTAG进行调试看到的非法中断进入吗 

应该是软件设置方面的问题吧  

大家好,求助一个Flash烧写的问题。
我在使用29377s芯片,程序已经编写完毕,平时在RAM中Debug的时候也正常,现在准备烧写的Flash中。
已经把link command file更换成了2837xS_Generic_FLASH_lnk.cmd
 


但是在烧写后运行时程序会跳入下面这个异常处理函数。请问是程序异常的原因吗?这个应该怎么修改
非常感谢各位的帮助。
//
// Illegal Operation Trap
//
interrupt void ILLEGAL_ISR(void)
{//// Insert ISR Code here////// Next two lines for debug only to halt the processor here// Remove after inserting ISR Code//asm ("ESTOP0");for(;;);
}

 

mangui zhang:

烧写后再连接JTAG进行调试看到的非法中断进入吗 

应该是软件设置方面的问题吧  

大家好,求助一个Flash烧写的问题。
我在使用29377s芯片,程序已经编写完毕,平时在RAM中Debug的时候也正常,现在准备烧写的Flash中。
已经把link command file更换成了2837xS_Generic_FLASH_lnk.cmd
 


但是在烧写后运行时程序会跳入下面这个异常处理函数。请问是程序异常的原因吗?这个应该怎么修改
非常感谢各位的帮助。
//
// Illegal Operation Trap
//
interrupt void ILLEGAL_ISR(void)
{//// Insert ISR Code here////// Next two lines for debug only to halt the processor here// Remove after inserting ISR Code//asm ("ESTOP0");for(;;);
}

 

mangui zhang:

烧写后再连接JTAG进行调试看到的非法中断进入吗 

应该是软件设置方面的问题吧  

大家好,求助一个Flash烧写的问题。
我在使用29377s芯片,程序已经编写完毕,平时在RAM中Debug的时候也正常,现在准备烧写的Flash中。
已经把link command file更换成了2837xS_Generic_FLASH_lnk.cmd
 


但是在烧写后运行时程序会跳入下面这个异常处理函数。请问是程序异常的原因吗?这个应该怎么修改
非常感谢各位的帮助。
//
// Illegal Operation Trap
//
interrupt void ILLEGAL_ISR(void)
{//// Insert ISR Code here////// Next two lines for debug only to halt the processor here// Remove after inserting ISR Code//asm ("ESTOP0");for(;;);
}

 

mangui zhang:

         烧写后再连接JTAG进行调试看到的非法中断进入吗 

         应该是软件设置方面的问题吧  

赞(0)
未经允许不得转载:TI中文支持网 » 28377s Flash烧写求助
分享到: 更多 (0)