Hi.
when I running the project of pdk_C6678_1_0_0_19\packages\ti\csl\example\cpintc.
the code is like this:
CSL_CPINTC_mapSystemIntrToChannel (hnd, 3 , 3);
/* Ensure the system interrupts are enabled. */
CSL_CPINTC_enableSysInterrupt (hnd, 3);
/* Ensure that the host interrupts are enabled.*/
CSL_CPINTC_enableHostInterrupt (hnd, 3);
CSL_CPINTC_enableAllHostInterrupt(hnd);
It seems like the channel 3 is mapping host interrupts 3. the SPRUGW4A(KeyStone Architecture
Literature Nu mber: SPRUGW4A
March 2012
Chip Interrupt Controller (CIC)) said the Host Interrupt Mapping is fixed.where can i find the information about the Host Interrupt Mapping of 6678?