This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

CPU Speed - memcpy

Other Parts Discussed in Thread: AM3359

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 ?