Other Parts Discussed in Thread: C2000WARE
Dear expert:
After I compile my code,the advice take place as following:

if I change the relative setting as it's decription,Will it increase the running speed of my code?
Additionally,When debug my code in ram and in flash,the time gap is very different between them,in ram:

in flash:

Does it mean that if I assign some important code in ram,my project will be more efficient?When I assign the ADCA interrupt function in ram as following:

Does it mean the application in the ADCA interrupt is also assigned in ram along with ADCA interrupt function?
Fianlly I want to ask that does the code optimization and the code executon in ram can have a double effect on the runing speed of code?