Hello,
I need to handle interrupts generated by the FR controller. I know that the VIM defines the following:
18 : FlexRay High
32 : FlexRay Low
48 : FlexRay TU
52 : FlexRay T0C
62 : FlexRay T1C
However, that's only 5 different interrupt sources. In the documentation it shows that the FR controller has the following:
TU_Intr0
TU_Intr1
TU_UCT_err
TU_MPV_err
CC_int0
CC_int1
CC_tint0
CC_tint1
Which are 8 different sources. I couldn't find anywhere how these map onto the VIM lines. Does anybody know?
Thanks