Why isn't my interrupt happening?

Tip / Sign in to post questions, reply, level up, and achieve exciting badges. Know more

cross mob
User17612
Level 4
Level 4
First like received
Hello,

I have a peripheral configured to cause a service request that I have routed to a CPU interrupt, but the interrupt is not happening - Do you know why?

Thank you!

Regards
Lucas


#8042000 12435
0 Likes
1 Reply
User18151
Level 3
Level 3
First like received First solution authored
Hi Lucas,

When the AURIX internal BootROM jumps to user code, interrupts are disabled. It is up to your application to enable them by setting ICR.IE. Also make sure that the current priority number in ICR.CCPN is less than the interrupt priority.

Refer to the Interrupt System chapter of the TriCore Architecture Manual for more details.

Best regards
Christine
0 Likes