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.

AM5728 Arm核裸机死机不进异常中断

Other Parts Discussed in Thread: AM5728

ti工程师:

您好,我司在使用AM5728时遇到如下问题,

环境:ccs7.1 + AM5728 Arm核裸机

现象:应用程序在运行过程中死机,但并未进异常中断,即(void Intc_AbortHandler(void)),因为一般程序异常都会进这个异常中断

想请教一下AM5728什么情况下会进void Intc_AbortHandler(void)中断函数,在什么条件下只会死机不会进入void Intc_AbortHandler(void)函数