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?