Arm Community
Site
Search
User
Site
Search
User
Support forums
Arm Development Studio forum
Data abort
Jump...
Cancel
Locked
Locked
Replies
3 replies
Subscribers
119 subscribers
Views
3187 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
Data abort
mcarthy mcarthy
over 12 years ago
Note: This was originally posted on 30th January 2010 at
http://forums.arm.com
Hi ,
I am working on arm from past few momths.I have one question that in ARM why unalligned address operation will give data abort ?and is this thing will be happened for any special case ?Pleae help me to know actually when and why it will be happened. I came across thorugh some sites but still not get a clear picture.
Second thing if a value is not found then MMU misses the caches but how will i know the misses happened.?
I am looking forward to you .
Thanks
Mac
Parents
Simon Craske
over 12 years ago
Note: This was originally posted on 30th January 2010 at
http://forums.arm.com
Since ARMv6 (ARM11) unaligned transactions are support if the CPU is configured correctly, at least for non-multiple load/stores.
Unaligned transactions are naturally hard for the hardware, as they potentially require a single word/half-word load/store being converted into multiple bus transactions
Second thing if a value is not found then MMU misses the caches but how will i know the misses
I'm not sure what the question here is.
hth
s.
Cancel
Vote up
0
Vote down
Cancel
Reply
Simon Craske
over 12 years ago
Note: This was originally posted on 30th January 2010 at
http://forums.arm.com
Since ARMv6 (ARM11) unaligned transactions are support if the CPU is configured correctly, at least for non-multiple load/stores.
Unaligned transactions are naturally hard for the hardware, as they potentially require a single word/half-word load/store being converted into multiple bus transactions
Second thing if a value is not found then MMU misses the caches but how will i know the misses
I'm not sure what the question here is.
hth
s.
Cancel
Vote up
0
Vote down
Cancel
Children
No data