armv7 unaligned access
Unaligned access refers to memory access where the data being accessed is not aligned to the natural alignment of the processor. For example, a 32-bit integer or float on an ARMv7 processor is naturally aligned to a 4-byte boundary. Accessing a 32-bit integer at an address not divisible by 4 would be considered unaligned access….