SDRAM and unaligned memcpy causes exception
Posted on August 13, 2015 at 00:29I am using the The STM32F7 discovery kit (32F746GDISCOVERY) kit and I have run into an issue with memcpy using IAR (which seems to do some clever internal aligning and then copying 4 byte words).In short, the copy f...