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.

TMS320C6657: How to implement NMI for IPC interrupt

Part Number: TMS320C6657

Hello.

I use c6657 DSP. And I have a question about IPC interrupt.

Is it possible to use NMI for IPC interrupt?

If possible, how to implement?

I know it may not be desirable to use NMI for IPC.

But in special case, I want to use NMI for IPC, if possible.

I discovered the following comment.

==>
/**
* Interrupt Vector IDs
*/
typedef enum {
/** Should be used only along with CSL_intcHookIsr() */
       CSL_INTC_VECTID_NMI = 1,

If I would use "CSL_intcHookIsr() " function, how to implement IPC interrupt?

Best Regards,

Katsuhiko Watanabe