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.

AM5728: IRQ_USER0 interrupt in C66x DSP

Part Number: AM5728

Dear Champs,

Could you please let me know how customer can use IRQ_USER0 interrupt of MAILBOX1 in C66x DSP1?

My customer tried it with below code, but failed.

Could you please check what is a problem and how it should be modified?

Or please let me know where they can find an example for this.

~~~~~~~

 

dspInst = 1;

 

CSL_xbarDspIrqConfigure( dspInst, CSL_XBAR_INST_DSP1_IRQ_52, CSL_XBAR_MAILBOX1_IRQ_USER0 );

hHwi_Handle = Hwi_create( 21, Isr_MailBox_Rx, &hwiParams, &eb);

Thanks and Best Regards,

SI.