We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
Ranjith,If your application makes no use of assembly or intrinsics, then the likely answer is that your code is producing unaligned memory traffic. On an ARM9 these will simply result in the read value being rotated, whilst if unaligned accesses have not been enabled (or the MMU not enabled) on the Cortex-A8 these will produce exceptions.hths.