Is there anyway to configure a specific interrupt for ex: (LIN interrupt) to interrupt a specific core, because I can see in the datasheet that every core has a separate Vim table, but with the same source numbers for the same interrupt.
for example Interrupt with source number (16) is connected to "R5FSSX_COREX_INTR_LIN0_INTR_0" in all cores , So does this mean that if LIN triggers an interrupt then it will interrupt all the cores ?
Because as per my understanding that every Interrupt source is mapped to only one address register.