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.

C6747裸机程序中断异常



使用C6747跑裸机程序,工程中使用两个GPIO口中断,现在有一个问题:

测试工程:用小的中断测试服务程序(即进中断就对一个变量自增一次),中断可以正常进入;

应用工程:将相同的配置移植到我的工程中,跑我的工程中的中断服务程序,中断不能正常进入,而且停止debug时,出现  No source available for "0x712144" ,查看手册可以看到这个地址是属于DSP L2 ROM,用户是不能访问的,所以我认为是程序跑飞啦,但具体的原因不清楚,想请教下工程师可能的原因?????