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