Arm Community
Site
Search
User
Site
Search
User
Support forums
Arm Development Studio forum
External Interrupt Priority Level Register Cortex M3
Locked
Locked
Replies
2 replies
Subscribers
119 subscribers
Views
2791 views
Users
0 members are here
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
External Interrupt Priority Level Register Cortex M3
Vinayak Ray
over 12 years ago
Note: This was originally posted on 15th July 2010 at
http://forums.arm.com
Hi,
I am trying to program the priority level of external interrupts but without any luck
snippet from the code
-------------------------------------------------------------------------------
#define PRI_3 ((volatile unsigned char *) (0xE000E403))
*PRI_3 = data;
__DSB();
------------------------------------------------------------------------------
When I try to read back the data written using
data = *PRI_3;
__DSB();
I don't get the expected data
Do I have to set any other registers?
Thanks
Vinayak
0
Quote