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.

C6678 SRIO - error interrupts

Hi Champs,

How to find out which of the 8 LSU's caused an error interrupt?
I see two methods:
1. use SRCID in LSU Reg4 (bit 12-15) to identifiy LSU. Means I assign a SRCID to a certain LSU. That way the bits in ICSR correlate with LSU (e.g. SCRID = 0 -> LSU0. So Bit 16 in ICSR indicates LSU0)
2. use SRCID in LSU Reg4 (bit 12-15) + use LSU0_ICRR Register to route to different interrupt lines and therefor assign an interrupt per LSU

Is there any other method?

Thanks and regards,
one and zero