Forum : ARM
Original Post
Post Information | Post |
---|---|
January 25, 2012 - 4:02pm
|
I found AN56-Exectutin functions from RAM whit STM8. If I use inram qualifier would be the same with STM32? Thanks. |
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,