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