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.

Compiler: Alternative for the FOR loop

Tool/software: TI C/C++ Compiler

Hi,

I am running a FOR loop for 120 times and moving the data for every 1ms in [120] size array.  It is taking too much time while running from FLASH. I am not able to run it from RAM as I don't have enough space for it. Can you suggest any alternative for the FOR loop to reduce the running time to accomplish the above task?