Arm Community
Site
Search
User
Site
Search
User
Support forums
Arm Development Studio forum
c5, Instruction Fault Status Register
Jump...
Cancel
Locked
Locked
Replies
2 replies
Subscribers
119 subscribers
Views
2807 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
c5, Instruction Fault Status Register
Michail Bakunin
over 12 years ago
Note: This was originally posted on 5th January 2012 at
http://forums.arm.com
I have implemented a MMU logic for the Cortex A8 on the BeagleBoard. It seems to work well. But after handling the first data abort and creating a page because no page is present right now, I am getting a prefetch abort with the State 1008 (hex) which means: b
x
01000 precise external abort, nontranslation (found at
http://infocenter.arm.com/help/index.jsp?topic=/com.arm.doc.ddi0344k/Bgbjhija.html
).
But I have no clue what that means. Can someone please give me some more information about this error? If you need more information don't hesitate to ask me.
Thanks in advance,
Michail
Parents
Martin Weidmann
over 12 years ago
Note: This was originally posted on 6th January 2012 at
http://forums.arm.com
It means that the address translation processor "succeeded". That is, the processor was able to read the translation table, and the entry marks the memory as read/executable.
But that when it then accessed the physical address specified by the translation table entry, the memory system returned an error.
Cancel
Vote up
0
Vote down
Cancel
Reply
Martin Weidmann
over 12 years ago
Note: This was originally posted on 6th January 2012 at
http://forums.arm.com
It means that the address translation processor "succeeded". That is, the processor was able to read the translation table, and the entry marks the memory as read/executable.
But that when it then accessed the physical address specified by the translation table entry, the memory system returned an error.
Cancel
Vote up
0
Vote down
Cancel
Children
No data