This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

求助:TMS570LS3137 在Startup在ESM进入死循环

Other Parts Discussed in Thread: TMS570LS3137

初次使用Hercules的MCU,在使用TMS570LS3137的199$的开发板跑的DEMO程序(Hercules Safety MCU Demos下的程序),总是有时(有时不会)会在如下代码中进入sys_startup.c中的void _c_int00()的while(1);

if (esmREG->ESTATUS1[2])

{
/* USER CODE BEGIN (22) */
/* USER CODE END */
while(1);
}

请问如何解决??

谢谢。