Hi,
we are going to use dm648 to replace dm642,but when testing arithmetic we found that dm648 using about 25 millisecond while dm642 use less than 10 millisecond .
i think maybe L2 CACHE is not woking, so i move all data and code segment to sram , but still use more than 20 millisecond .
i checked the execution graph , and found KNL_swi and PRD_swi used most of cpu time, while my arithmetic task used a little time . but i dont know how much i can trust it.
though dm642 can run the arithmetic in 10 millisecond , i think dm648 should not need more time . so what can i do ?
thanks for your help
James