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.

Not all enabled MSI Interrupts triggering ISR

Other Parts Discussed in Thread: TMS320C6671

I am testing my code for MSI interrupts using a TMS320C6678EVM board operating as an RC running CCS 5.1.0. I have no EP, but think I should be able to trigger the MSI interrupts to verify my code without one. I am triggering the MSI interrupts both by writing to the MSI IRQ register in directly or writing to the appropriate raw register using Memory Browser. I have enabled several interrupts on all 8 enable registers and can see they are enabled using the memory browser on the that memory (starting at 0x21800054). When I trigger 0, 8, 16 or 24 (all in MSI0), the ISR gets called, any other single interrupt, and the ISR does not get called, even though the interrupts are enabled.