Other Parts Discussed in Thread: TMS570LS3137
Hello
My program have safelibrary_lib and exception
void _excpt_vec_udef_instr()
#endif
#ifdef __IAR_SYSTEMS_ICC__
__irq __arm void _excpt_vec_udef_instr()
#endif
{
while(1);
}
But when I load my program,The program stops _excpt_vec_udef_instr directly,I don’t know where it is running ,found error.
CCS software "Resume" can't Click.
Now I want to know where I have errors in my program. No problem with program compilation and no special warnings.
Is there any way to find the error.
