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.

Setting up interrupt vector

Hello,

My name is Ruan and I'm busy implementing a guitar effects pedal on the ezDSP usb Stick.

I'm having trouble programming the interrupt vectors to jump to the isr. How can I set up the vector table?

Is there a way to program it in c or do you always have to program it in asm like in the Audio and FFT filter example?