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

AURIX™ Forum Discussions

Not applicable
Hi,

I am using Infineon Tricore TC27x processor in one of our system.
As a part of system requirements we would like to control both enable and disable of interrupts globally.

As per the datasheet we observe the following methods provided to control interrupts globally.
a. MTCR(Move To Core Register) instruction can be used to control the ICR.IE bit.
b. ENABLE and DISABLE instructions to enable and disable the interrupt system.

I would like to know if there are any other methods apart from the above mentioned?
0 Likes
1 Reply
µC_Wrangler
Employee
Employee
100 sign-ins 25 likes received 25 solutions authored
I suppose you could set ICR.CCPN to 255. But ENABLE and DISABLE are the customary method.
0 Likes