Hello,
I'm trying to figure out how to designate C code to be run in RAM, rather than from ROM. How can I do this? I suspect I may need to designate a specific address that the C function is stored in and then manually copy that to RAM and call the RAM address to have it run... but I do not know if this is correct, and if it is correct, I still don't know how to go about it. Thank you to anyone who can help. I am using an MSP430F2272 and the latest version of IAR kickstart.
Regards,
Dylan