Arm Community
Site
Search
User
Site
Search
User
Support forums
Arm Development Studio forum
How to enable acces to some registers in ARM cortex a9
Locked
Locked
Replies
4 replies
Subscribers
119 subscribers
Views
3293 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
How to enable acces to some registers in ARM cortex a9
qwerty ytrewq
over 12 years ago
Note: This was originally posted on 9th November 2011 at
http://forums.arm.com
Hi,
I am trying to execute the following code, which hangs when it tries to execute the second instruction:
....
mrc p15, 0, r1, c15, c0, 1
mcr p15, 0, r1, c15, c0, 1
....
Could you please tell me the reason why it hangs and how it can be fixed? Is there a way how I can enable access to the registers?
Thanks
0
Quote