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.

Mixing CSL IRQ module and vector.asm?

Guru 15580 points

My project code has evolved over time to include several code tools. The original code was based on a project that included vector.asm code from a TI example. I have now added CSL code to manage the UART. However, I am running into anomalies that I think may be related to unruly interrupts.

Can the CSL IRQ module be used in the same project with vector.asm code? Is there some inherent incompatibility?

  • Well I have just discovered that the CSL has its own vector.asm table which is used by the CSL INT module. This is probably the source of my problems. Will post the results of consolidation of the two tables.