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.