Forum Discussion
Altera_Forum
Honored Contributor
16 years agoSounds to me like an unaligned memory access issue.
Check the data width of your controller, the address locations you can access are only multiples of the data width. For example, a 64-bit data width, addressing can only happen at these addresses : 0x0, 0x64, 0x128, 0x192, 0x256...etc Cheers, Thean Charn