Can you help me with code ('C' or ARM assembly) for marking a memory region as "Normal", thereby allowing unaligned memory access? I understand we need to enable MMU before doing this. I'm new to ARM architecture.
Thanks!
|
feedback
|
|
If all you need is unaligned access, try setting the cp15 sctlr[1] (alignment bit) to 0.
I don't know whether MMU needs to be enabled for this or not. | |||
|
feedback
|