Hello,
I am using MCF51QE mcu.
Can someone please tell me what is the simplest way to copy a function from flash to RAM and execute it there. For example I have a function:
long multiply(int a,int b){
return a*b;
}
Thanks.
Solved! Go to Solution.
Hello
Please look for FAQ-27860 on www.freescale.com.
This should explain how to achieve that.
CrasyCat
Hello
Please look for FAQ-27860 on www.freescale.com.
This should explain how to achieve that.
CrasyCat
Thank you very much, I think this should solve my problem.
regards,florijan