Topic : STM32 functions copied from Flash to RAM

Forum : ARM

Original Post
Post Information Post
January 25, 2012 - 4:02pm
Guest

I found AN56-Exectutin functions from RAM whit STM8.

If I use inram qualifier would be the same with STM32?

Thanks.

Replies
Post Information Post
+1
0
-1
January 26, 2012 - 9:45am
Raisonance Support Team

Hi,

No. The "inram" function qualifier is available only for our STM8 compiler.

If you need to locate functions in RAM on ARM targets such as STM32, you can use the example in "C:\Program Files\Raisonance\Ride\Examples\ARM\REva\REvaTest", which shows how to locate a function in RAM.

Best Regards,