Hi, I need to make a project which will execute a code form the RAM memory of a ARM chip, because I intend to upgrade the code of the flash memory automatically. I didn't find anything about this topic using the Keil software, can you help with it?! Or does anybody know were I could find something?! Thanks, Rodolfo
With the CARM compiler you can use the __arm function attribute. The function is then copied to and executed from ram. Regards
Ok, thanks. I tried this way and solved part of the problem. But I forgot that I have some functions in assembly. Do you know if it's possible to do in assembly too?!?! Thanks again. Rodolfo