Dears:
I follow the RTOS-SDK startware to test am3352.
I run a app that do memcpy,
for(i = 0 ; i< 10000; i++){
memcpy(addr, addr+2048, 1024);
}
finally, I found it taken 3 sencond, it's too slowly.
And I Print the CPU's frequency as below :
CM_CLKSEL_DPLL_MPU :0x3e817 M= 1000 N = 23
CM_DIV_M2_DPLL_MPU :0x201 M2 = 1
CM_CLKMODE_DPLL_MPU :0x7
and MPU dpll clock is 1000MHz = 1GHz.
and why the speed is so slowly, I run same code in linux, it takes 30ms .
Thank you very much !
Best Regards
Qing