Hi,
How can I do for locating/placing several functions in RAM while keeping the rest of the code in FLASH?
Thanks, Victor
Solved! Go to Solution.
I just forgot to say I'm using CW10.4 with GCC. Thanks Lei Mao for your replay.
There's one AppNote at http://cache.freescale.com/files/32bit/doc/app_note/AN4695.pdf which deals with in-software flash programming that also addresses RAM code location. All credits an many thanks to Enric for pointing me to this note.
View solution in original post
you can see IAR k60 example. use __ramfunc to define a function in RAM. good luck