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