Arm Community
Site
Search
User
Site
Search
User
Support forums
Arm Development Studio forum
Cycle Comparison
Jump...
Cancel
Locked
Locked
Replies
2 replies
Subscribers
119 subscribers
Views
2609 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
Cycle Comparison
Dave Mathew
over 12 years ago
Parents
Simon Craske
over 12 years ago
Note: This was originally posted on 30th November 2010 at
http://forums.arm.com
Neither of your functions compile or make sense.
Even if I did assume that sr[i] was meant to be sr[n] in the first example, you are attempting to read source[15*16+3], which is source[243] in an array defined only upto source[127].
s.
Cancel
Vote up
0
Vote down
Cancel
Reply
Simon Craske
over 12 years ago
Note: This was originally posted on 30th November 2010 at
http://forums.arm.com
Neither of your functions compile or make sense.
Even if I did assume that sr[i] was meant to be sr[n] in the first example, you are attempting to read source[15*16+3], which is source[243] in an array defined only upto source[127].
s.
Cancel
Vote up
0
Vote down
Cancel
Children
No data