Hello, I'm trying to build a guitar effects box with the eZdsp C5535 and I'm experimenting some problems. In order to configure interruptions I've been using the CSL that CCS v4 has. The problem is that reading examples I've seen that a function called VECSTART() is used in order to set the vector table, but I can't find it in any place inside the CSL ( just appears in the commented section that explains how to use API).
So my questions is where to find that or how to include that function.
Maybe I need some other files beside CSL files?