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.