RAM function (code) placement using GNU GCC family
Hi guys,
I would like to ask how properly place the function (code). I have solved the ld. script (have already the section in ram for code there) and functions which I want to place in ram has section attributes, but I read that the long call attribute is also necesarry and –mlong-calls compiler flag has to be set. I did every single step but I'm getting wdg interrupt everytime I want execute function from RAM.
(The clocks are also enabled for RAM)
Maybe I missed some stupid thing there.
Thanks in advance for any advice.
