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.

About ARGUMENTS of CpIntc_mapSysIntToHostInt()

The CIC module  Maps a system interrupt to a host interrupt

API Functions
Void CpIntc_mapSysIntToHostInt(UInt id, UInt sysInt, UInt hostInt);
 
ARGUMENTS
id — Cp_Intc number
sysInt — system interrupt number
hostInt — host interrupt number

What value can for hostInt?

when call CpIntc_mapSysIntToHostInt from core0, hostInt  = 8,get eventId return 74;
when call CpIntc_mapSysIntToHostInt from core1, hostInt  = 8,get eventId return -1;
why?