Hi,
I do a test for the speed of AM335x,copy 10 MBytes data using “memcpy”.
The Environment:
CPU :AM3359
CORE: 720MHZ
DDR2:266HMZ(532M data rate)
memcpy srouce:DDR2,destination:DDR2
MMU:on,CACHE:off
The code based on startware.
Result:memcpy 10-Mbyte data takes 479ms.
Is there any optimization option which can be do to increase the speed ?