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.

关于28027的软件中断的使用一些问题



我想问下这是我在一份资料上找到的 我想问下这个软件中断怎么用?

还有28027源文件DSP2802x_DefaultIsr.c定义的中断中的interrupt void USER1_ISR(void) 到interrupt void USER12_ISR(void) 中断怎么使用过程是怎么样的?

  • 软件中断是指通过命令/指令的方式进入中断,也就是模拟中断。

    你可以看一下TMS320C28x CPU and Instruction Set Reference Guide(spru430),可能会比较清楚如何使用User define的中断以及如何模拟中断。

    搜索TRAP,INTR等关键字,仔细阅读一下应该就明白了。