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.

TMS320C6727B: 对定时器中断进行编程时,无法产生中断进入中断服务程序

Part Number: TMS320C6727B


编写的程序如下。第一个图为main.c文件,第二、三个图为vectors.asm文件。

上电后,在interrupt void c_int4()的第一行(即第一张图的第38行)设置断点,全速运行,程序没有停止,即没有进入到中断程序中来,在寄存器中查看计数器的值,发现早已超过设定值。

我又在vectors.asm的INT4的第一行(即第三张图的44行)设置断点,全速运行,结果同上。

想问一下,我是寄存器配置出错还是其他的问题,想得到解答,谢谢。