I am trying to run a time critical code in SARAM to speed up the execution time. After moving the code from Flash into SARAM (L4 SARAM section), I measured the execution time to see how much time I saved by doing so, the execution time shows the same by running from Flash or SARAM. Does somebody know why it is? I have checked the PC register to verify that I am actually running from SARAM (PC = 0xA000). Also, I have run the code with a debugger and without a debugger. The normal execution time of my code running from Flash at 32 Mhz clock is 22 uSec, with one wait state, I expect to see a lower execution time when running from SARAM.