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?