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.

c6474 中断

Other Parts Discussed in Thread: SPRC975

初学DSP,有几个问题请教:

1. TI官网提供的c6474csl库的例程sprc975中timer例程,不经过修改,直接能在任意的c6474开发板上直接运行?

2. .cmd文件是需要根据实际的硬件和ccs工程源代码,自己编写?

3. 想用DSP的中断,是需要根据用到哪些中断,编写VECTOR.asm文件?

4. c6474csl库的例程sprc975中timer例程中没有.asm文件,是需要自己添加?还是例程中.c文件已经代替了.asm文件?

5. 编写cmd和asm文件,有官方的参考教程或说明文档吗?

谢谢

  • 1,可以,只用到DSP内部的模块,不设计其他外设,都可以的。

    2,可以使用例程自带的cmd文件。

    3,使用CSL,不需要再自己添加VECTOR.asm

    4,不需要再添加。

    5,在\intc\intc_example2\build中,有cmd文件。