Arm Community
Site
Search
User
Site
Search
User
Support forums
Architectures and Processors forum
hello , How to enable / disable a global interrupt on cortex M7
State
Accepted Answer
+1
person also asked this
people also asked this
Locked
Locked
Replies
1 reply
Subscribers
350 subscribers
Views
29262 views
Users
0 members are here
Interrupt
Options
Share
More actions
Related
How was your experience today?
This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion
hello , How to enable / disable a global interrupt on cortex M7
youssefel
over 8 years ago
hello ,
How to enable / disable a global interrupt on cortex M7
youssef
Top replies
Joseph Yiu
over 8 years ago
+1
verified
Not sure what you mean by global interrupt. For peripheral interrupts, if you are using device driver library with CMSIS-CORE support, you can use: NVIC_EnableIRQ(IRQn_Type IRQn); and NVIC_DisableIRQ...
0
Quote