Alignment Errors
Thursday, August 30th, 2007Alignment errors are caused by misaligned reads and writes. For example, a two byte read where the memory address is not an even multiple of two bytes is an alignment error. Alignment errors are caused by a software bug.
Troubleshooting Spurious Accesses, Alignment Errors, and Spurious Interrupts
To make it a bit more practical, take a look [...]