On page 28 of the MSP430F6779 datasheet. It shows the power consumption difference of executing from Flash Vs RAM. See table 5.4 below. RAM Icc is about 1/2 of Flasf Icc
If we load some code that is used often from Flash into ram on power up, and then execute this section of code from RAM, Should we expect a reduction in power consumption.?
Theoretically if we executer code 100 % from Ram we would expect power consumption to be ½ that of Flash.
Correct?
Thank you
joe