I am trying to benchmark some code on a C6748 (using CCS4 and SYS/BIOS), so I am running it as a one-shot CLK instance and using Timestamp_get32() to capture time. It is taking longer than I expected, and I think this is due to where the code is being read from (I assume it is either flash or DDR). Is there any way to pre-load the code into IRAM? It is only about 50 lines of C code. Any help would be much appreciated .
-Marc