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.

any way to optimize the memory read/write for C674x DSP?

I am writing codes (C now, if possible ASM also) on C674x of DM8148 chip, to convert the RAW image format in memory to a specific format as output. The format conversion is realized by reading 3 words (96 bits or 4 words: 128 bits) -> bit-shift and sum operations -> writing back into memory.

I am afraid the memory read/write takes long time, and I have run out of the budget based on the needs. Can I optimize such procedure, especially reduce the time of read/write memory? e.g. can I read data more than one 32-bit word at one time? or any pipe line way I can do?

Thanks.

Yuefeng