2020-10-08 11:35 PM
memcpy(0xc0000000,buffer,2) this is ok
memcpy(0xc0000001,buffer,2) this is error
Solved! Go to Solution.
2020-10-10 04:21 AM
2020-10-08 11:57 PM
Read Errata, FMC do not support unaligned acces.
2020-10-09 07:50 PM
Thanks for your help.But I do not see the "FMC do not support unaligned acces" in H745 Errata. Another problem is that this only happens on the M7 platform.Does it mean that only M7 has this problem.
2020-10-10 04:21 AM