Hello,
I am trying to understand the device specific configuration registers in a C6670. Regarding this, in the data manual "SPRS689D" or in the document "SPRUGW4A" about chip interrupt controller, for the IPC interrupt generation register IPCGRx, through the fields SRCS(4-31) 28 different sources of interrupts can be identified. I've looked through several docs and I couldn't find any table with these 28 different sources. Are the SRCS fields anyway accessible by the user? Further if I look at the CSL IPC function
| CSL_IDEF_INLINE void CSL_IPC_genGEMInterrupt | ( | Uint32 | index, | |
| Uint32 | srcId | |||
| ) |
there is this argument srcId, which can be set to 2 if core 2 shall trigger the interrupt. According to the value of this argument, then the SRCS bit fields are set. What is the relation of this source ID parameter to the "28 different sources of interrupt" ?
Thank you in advance!
Burak