Not applicable
Jan 05, 2015
09:26 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Jan 05, 2015
09:26 PM
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?
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?
- Tags:
- IFX
1 Reply
Jan 07, 2015
08:16 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Jan 07, 2015
08:16 AM
I suppose you could set ICR.CCPN to 255. But ENABLE and DISABLE are the customary method.