Hi, I am trying to set up an receiving interrupt on the MCAN0 interface of the Arm Cortex- M4F (MCU) which is integrated into the AM62.
The problem now is that i get stuck in the HwiP_construct function which is there to create a Hwi Object. It seams like that I pass the wrong interrupt number to the function (HwiP_Params struct field intNum).
But neither the reference manual nor the mcan loopback example of the SDK could help me to find the right number.
In the SDK example, this interrupt number gets generated out of the .syscfg file:
I cannot see where this number comes from and which number I have to use that I am able to receive the interrupt.
Maybe i am overlooking something.