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.

Compiler/TMS320C6713B: Interrupt ISR

Part Number: TMS320C6713B

Tool/software: TI C/C++ Compiler

Hi,

I am working on TSM320c6713. I want to use GPIO interrupts. I have read all the registers settings and have configured them properly. My question is how to tell compiler which one is ISR function and how to place ISR address in interrupt vector table so that ISR is called when interrupt occurs. Some people do it via some asm via as in Vectors.asm But this file is nowhere documented on TI site. so whats the standard way of defining ISR and placing its address in vector table??