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