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.

Mapping hardware interrupts in CCS4

Anonymous
Anonymous

Hi All,


I would like to ask on how to map hardware interrupts with software interrupt service routines in CCS 4:


For example, below is some hardware interrupts:


There interrupt numbers are known (24, 25, 26, 27, 28, 29, 30), but how to associate them with interrupt handling functions in CCS?

1. Does this related to .cmd (command) file?

2. Is it imperative for interrupt service routines to be written in assembly code? Can I write them just in C?



Thanks,

Zheng