We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
I configured a module in my code so that the functions will be executed from ram. I'm wondering now, when the code will be copied from flash into the ram? At startup? Unpredictable?
Thanks for your advice in advance
Fabian
Hi Tamir, Can you provide a bit more detailed answer to that question ?
Have a look in the linker user manual.
I assume that at startup the code fragment while be copied from flash into the specified ram section. Is that correct?
Yes.
Thanks for your assistance.