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.

Write C/C++ interrupt routines in the Code Composer. (C55xx)

Other Parts Discussed in Thread: TMS320VC5507

Hi,

 

My board is MMB0 (BurrBrown), and it has a DSP TMS320VC5507. I´m using Code Composer V4.1.3. I need to program interrupt routines in C.

 

I would like to know how to write and configurate a ISR in C/C++? I found many documents but I don´t understand how to configuration the interrupt vector with

 

ISR adresses or how compiler does it if I use directives. 

 

Thanks.