Part Number: PROCESSOR-SDK-DRA8X-TDA4X
Other Parts Discussed in Thread: TDA2
Tool/software: Code Composer Studio
Hi :
i am using TDA4 EVM,
I did a time-consuming unit test of appudmacopy2d,
In one function, we use appudmacopy2d and memcpy to move 180 * 2 data to perform 10000 times of statistics. The total time of appudmacopy2d is longer than that of memcpy.
The smaller the target data is, the larger the time-consuming gap between appudmacopy2d and memcpy is. It takes about the same time to copy 180 * 320 data. How to improve appudmacopy2d
Efficiency?
Thanks!
Shuai