Arm Community
Site
Search
User
Site
Search
User
Support forums
Arm Development Studio forum
ARMv7M: NVIC Default Access Permission
Jump...
Cancel
Locked
Locked
Replies
2 replies
Subscribers
119 subscribers
Views
2471 views
Users
0 members are here
Options
Share
More actions
Cancel
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
ARMv7M: NVIC Default Access Permission
Woody Wu
over 12 years ago
Note: This was originally posted on 11th June 2011 at
http://forums.arm.com
Hi,
I read on a manual that NVIC access is blocked by default. Does this mean when MPU is disabled or not present, I cannot change any NVIC attributes, including interrupt priorities and vector table offset? This sounds strange to me. Is this true?
Thanks in advance.
narke
Parents
Joseph Yiu
over 12 years ago
Note: This was originally posted on 13th June 2011 at
http://forums.arm.com
By default the NVIC accesses for Non-privileged code are blocked, but privileged accesses are allowed.
Normally your program code will be executed in privileged access level so you have full access to the NVIC.
Only when you are using a embedded OS which executes application processes (or some of them) in non-privileged, then you need to worry about this.
regards,
Joseph
Cancel
Vote up
0
Vote down
Cancel
Reply
Joseph Yiu
over 12 years ago
Note: This was originally posted on 13th June 2011 at
http://forums.arm.com
By default the NVIC accesses for Non-privileged code are blocked, but privileged accesses are allowed.
Normally your program code will be executed in privileged access level so you have full access to the NVIC.
Only when you are using a embedded OS which executes application processes (or some of them) in non-privileged, then you need to worry about this.
regards,
Joseph
Cancel
Vote up
0
Vote down
Cancel
Children
No data