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.