Arm Community
Site
Search
User
Site
Search
User
Support forums
Arm Development Studio forum
[RVDS] Disabling strict alignment of data
Locked
Locked
Replies
2 replies
Subscribers
119 subscribers
Views
4240 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
[RVDS] Disabling strict alignment of data
Vinay Kumar
over 12 years ago
Note: This was originally posted on 23rd July 2012 at
http://forums.arm.com
Hi all,
Iam using beagle board rev C3 and using RVDS compiler to compile ARM executables.
As my arm application code has some unaligned data when i try to use it, the code is getting exception.
so for this i followed one step, as i read it in arm site.
disabled strict alignment of data to detect alignment faults in data access, by using below code in application.
[font="Consolas"][size="2"]MRC p15,0,r0,c1,c0,0
AND r0,r0,#0xfffffffd
MCR p15,0,r0,c1,c0,0
but after doing this also,
iam not able to disable the strict alignment of data to detect alignment faults in data access.
Even Iam observing the same issue in ISSM simulator.
Please help me in this issue.
Thanks in advance,
Vinay.
[/size][/font]
0
Quote