Part Number: PROCESSOR-SDK-TDAX
Hi,
I am working on 640 * 480 image size and written kernel to transpose image using EVE auto increment usecase.
Please note that we are using non-BAM framework.
To transpose the image, as per my calculations, it should take ~0.3m sec (196000 cycles) while on the board, it is taking ~1m sec (650000 cycles), which is not justifiable.
As per our analysis, DMA is taking more time as compare to VCOP processing. To ensure this, we have disable kernel processing and found DMA operations are taking ~1m sec.
So, I need information regarding any provision/method to find DMA approximate time.
Please suggest some way to optimize DMA time.
Please help me with this.
Regards,
Prashant Kothari