an interrupt problem,PE_ISR(Cpu_Interrupt)

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

an interrupt problem,PE_ISR(Cpu_Interrupt)

1,993件の閲覧回数
qiangqiangliu
Contributor I

Hello,

I'm using Prosessor Expert for the programmation of the K60 tower. I've added a I2C Unit, and i want to use the SendBlock function but at the end of that function, after  the programm stuck in the

PE_ISR(Cpu_Interrupt)

{

  /* This code can be changed using the CPU component property "Build Options / Unhandled int code" */

  PE_DEBUGHALT();

}

The question is now: what is causing that  fault?

QQ截图20140213145143.png11.png

消息编辑者为:qiangqiang liu

タグ(1)
0 件の賞賛
返信
1 返信

710件の閲覧回数
Petr_H
NXP Employee
NXP Employee

Hi,

there could be many cases for the debug halt, please check this article on debugging them:

Debugging Hard Faults on ARM Cortex-M | MCU on Eclipse

Best regards

Petr Hradsky

Processor Expert Support Team