Jan 16, 2020
01:21 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Jan 16, 2020
01:21 PM
1 Reply
Jan 17, 2020
04:59 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Jan 17, 2020
04:59 AM
Hi Tita,
By default, when the TriCore™ enters an interrupt, it will continue in this interrupt routine until the end, even if a higher priority interrupt request comes in.
To allow interrupt nesting, an _enable() statement needs to be added into the ISR.
Kind regards,
Mr. AURIX™
By default, when the TriCore™ enters an interrupt, it will continue in this interrupt routine until the end, even if a higher priority interrupt request comes in.
To allow interrupt nesting, an _enable() statement needs to be added into the ISR.
Kind regards,
Mr. AURIX™
This widget could not be displayed.