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.

C6657 CpIntc_enableHostInt

Dear all,

A question about CpIntc_enableHostInt.

In API definition is referred that  the first argument id is  Cp_Intc number.  Each core should have  a dedicated number.

For example if we want to enable  a host interrupt  that is related with edma we should write 

CpIntc_enableHostInt(0, edma3ErrHostInt[edma3Id][dsp_num]) ->for the first core

CpIntc_enableHostInt(1, edma3ErrHostInt[edma3Id][dsp_num]); ->for the second core ?

OR

If we  use 0 as id we will not face any problem

 

Thank you in advance

George