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.

Interrupts in C6000

Hi, my name is Manuel

I need to work with interrupts (C6455 and C6713). I have found a lot of information about them, but I don't find a single complete example. I explain, if I want that a function is a subroutine for the interrupt (ISR), I must write interrupt my_func_int (void). Well, ¿how can I pass its adress to the interrupt vector table? For other (and simple) processors (8051) there are a set of funtions to make this.

Sorry for my little english.

Best regards.